main {
  background: url(../../img/learningCentres/module-1-bg.png) no-repeat top center / cover;
}
.learning-centres-1 .row {
  --bs-gutter-x: 26px;
  --bs-gutter-y: 62px;
}
@media screen and (max-width: 768px) {
  .learning-centres-1 .row {
    --bs-gutter-x: 15px;
    --bs-gutter-y: 25px;
  }
}
.learning-centres-1 .row .pic {
  width: 100%;
  padding-top: 100%;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.learning-centres-1 .row .pic .ele {
  max-width: calc(100% - 15px);
  max-height: calc(100% - 15px);
  width: auto;
  transition: transform 0.35s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  z-index: 1;
}
.learning-centres-1 .row .pic:hover .ele {
  transform: translate(-50%, -50%) scale(1.1);
}
.learning-centres-1 .row h6 {
  margin-top: 26px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1875;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .learning-centres-1 .row h6 {
    font-size: 14px;
  }
}
.learning-centres-2 {
  padding-top: 173px;
  padding-bottom: 133px;
  position: relative;
  z-index: 1;
  background: url(../../img/learningCentres/module-2-bg.png) no-repeat top center / cover;
}
.learning-centres-2 .module-tit {
  margin: 0 auto;
  text-align: center;
  max-width: 1014px;
}
.learning-centres-2 .bg-small {
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .learning-centres-2 .bg-small {
    max-width: 140px;
  }
}
.learning-centres-2 .bg-small.bg-1 {
  top: 1%;
  left: -2%;
  width: 196px;
}
.learning-centres-2 .bg-small.bg-2 {
  bottom: -11%;
  right: 11%;
  width: 220px;
}
.learning-centres-2 .bg-small.bg-3 {
  top: 17%;
  right: -5%;
  width: 163px;
}
.learning-centres-2 .bg-small.bg-4 {
  width: 235px;
  bottom: -18%;
  left: 8%;
}
