.experts__content {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 60px;
}
.experts__head {
  width: 100%;
}
.experts__title {
  font-family: Poppins;
  font-weight: 500;
  font-size: 82px;
  line-height: 130%;
  letter-spacing: -2%;
  text-align: center;
  color: rgba(137, 141, 144, 0.3019607843);
}
.experts__body {
  width: 100%;
  background: #f3f4f4;
  border-radius: 12px;
  padding: 40px;
  display: flex;
  justify-content: space-between;
  gap: 32px;
}
.experts__body-left {
  max-width: 523px;
  width: 100%;
}
.experts__body-right {
  max-width: 498px;
  width: 100%;
  height: 100%;
  height: 560px;
  border-radius: 8px;
  overflow: hidden;
}
.experts__body-right img {
  -o-object-position: center;
     object-position: center;
}
.experts__slide-content {
  display: flex;
  flex-flow: column;
  gap: 60px;
}
.experts__slide-head {
  display: flex;
  flex-flow: column;
  gap: 12px;
}
.experts__slide-title {
  font-family: Poppins;
  font-weight: 600;
  font-size: 40px;
  line-height: 130%;
  letter-spacing: -1%;
  vertical-align: middle;
  color: #4d525a;
}
.experts__slide-position {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #0d499c;
}
.experts__slide-body {
  display: flex;
  flex-flow: column;
  gap: 20px;
}
.experts__slide-text {
  height: 100%;
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #898d90;
}
.experts .swiper-button-next:after,
.experts .swiper-rtl .swiper-button-prev:after,
.experts .swiper-button-prev:after,
.experts .swiper-rtl .swiper-button-next:after {
  display: none;
}
.experts__pagination-arrows {
  display: flex;
  flex-flow: row;
  gap: 12px;
  height: 34px;
  margin: 60px 0;
}
.experts__arrow {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  width: 32px;
  border: 1px solid #1e3970;
  border-radius: 7px;
  left: unset;
  right: unset;
  top: unset;
  bottom: unset;
  margin-top: 0px;
  transition: 0.3s ease;
	cursor: pointer;
}
.experts__arrow svg {
  width: 17.14px;
  height: 17.14px;
}
.experts__thumb-item {
  filter: grayscale(1);
  transition: 0.3s ease;
		cursor: pointer;
}
.experts__thumb-item img {
  width: 94px;
  height: 112px;
  border-radius: 8px;
  border: 2px solid #0d499c;
}
.experts__thumb-item.swiper-slide-thumb-active {
  filter: grayscale(0);
}
.experts__slide-links {
  display: flex;
  gap: 12px;
}
.experts__slide-links a {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
  color: #4d525a;
}

@media (max-width: 1024px) {
  .experts__content {
    gap: 40px;
  }
  .experts__title {
    text-wrap: nowrap;
    overflow: visible;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 58px;
    line-height: 130%;
    text-align: center;
    letter-spacing: -0.02em;
    color: rgba(137, 141, 144, 0.3);
  }
  .experts__body {
    flex-flow: column-reverse;
    padding: 18px;
    gap: 18px;
  }
  .experts__body-right {
    height: 311px;
  }
  .experts__slide-content {
    gap: 24px;
    align-items: center;
  }
  .experts__slide-body {
    align-items: center;
    gap: 24px;
  }
  .experts__slide-position {
    width: -moz-fit-content;
    width: fit-content;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: #0D499C;
  }
  .experts__slide-head {
    align-items: center;
    gap: 4px;
  }
  .experts__slide-title {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 130%;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: -0.01em;
    color: #4D525A;
  }
  .experts__slide-text {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    text-align: center;
    color: #898D90;
  }
  .experts__slide-links a {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    text-align: center;
    color: #898D90;
  }
  .experts__pagination-arrows {
    justify-content: center;
    margin: 32px 0;
  }
  .experts__thumb-item img {
    width: 56px;
    height: 56px;
  }
}/*# sourceMappingURL=style.css.map */