.experts__swiper {
  margin-top: 60px;
}

.experts__item {
  background-color: var(--m-aqua);
  border-radius: 20px;
  overflow: hidden;
}

.swiper-slide.experts__item {
  height: unset;
}

.experts__picture {
  width: 100%;
  height: 325px;
  object-fit: cover;
  object-position: top center;
  border-bottom-right-radius: 50px;
  background-color: white;
}

.experts__footer {
  background-color: var(--m-blue);
  border-top-right-radius: 50px;
  color: white;
  padding: 20px 20px 40px;
  height: 100%;
}

.experts__name {
  font-weight: 700;
}

.experts__spec {
  font-weight: 400;
}

@media screen and (max-width: 747px) {
  .experts {
    padding-left: 0;
    padding-right: 0;
  }
  .experts .section__header {
    padding: 0 16px;
  }
}
