.testimonial-slider {
  margin-bottom: 30px;
  margin-top: 30px;
}

@media (min-width: 1025px) {
  .testimonial-slider {
    margin-bottom: 70px;
    margin-top: 70px;
  }
}
.testimonial-slider .title {
  font-weight: 700;
  font-size: 1.7777777778rem;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  color: #1D4F91;
  margin-bottom: 35px;
}

@media (min-width: 1025px) {
  .testimonial-slider .title {
    font-size: 2.5rem;
    line-height: 3.0555555556rem;
    margin-bottom: 35px;
  }
}
.testimonial-slider .text {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5555555556rem;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 60px;
}

@media (min-width: 1025px) {
  .testimonial-slider .text {
    font-size: 1.1111111111rem;
    line-height: 1.6666666667rem;
    margin-bottom: 75px;
  }
}
.testimonial-slider .testimonial-main-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.testimonial-slider .testimonial-main-wrapper .testimonial-slick-slider {
  background-color: #ffffff;
  max-width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

@media (min-width: 1025px) {
  .testimonial-slider .testimonial-main-wrapper .testimonial-slick-slider {
    max-width: 86%;
  }
}
.testimonial-slider .testimonial-main-wrapper .testimonial-slick-slider .inner-wrapper {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1025px) {
  .testimonial-slider .testimonial-main-wrapper .testimonial-slick-slider .inner-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-radius: 10px;
  }
  .testimonial-slider .testimonial-main-wrapper .testimonial-slick-slider .inner-wrapper.no-image {
    grid-template-columns: 1fr;
  }
}
.testimonial-slider .testimonial-main-wrapper .testimonial-slick-slider .inner-wrapper .image-block img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.testimonial-slider .testimonial-main-wrapper .testimonial-arrow-left,
.testimonial-slider .testimonial-main-wrapper .testimonial-arrow-right {
  cursor: pointer;
  display: none;
}

@media (min-width: 1025px) {
  .testimonial-slider .testimonial-main-wrapper .testimonial-arrow-left,
  .testimonial-slider .testimonial-main-wrapper .testimonial-arrow-right {
    display: block;
  }
}
.testimonial-slider .testimonial-main-wrapper .info-block {
  display: flex;
  flex-direction: column;
  padding: 34px 40px;
  gap: 25px;
}

@media (min-width: 1025px) {
  .testimonial-slider .testimonial-main-wrapper .info-block {
    padding: 48px 65px;
    gap: 35px;
  }
}
.testimonial-slider .testimonial-main-wrapper .info-block .bottom-block {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.testimonial-slider .testimonial-main-wrapper .info-block .description {
  font-weight: 400;
  font-style: italic;
  font-size: 1rem;
  line-height: 1.4em;
  letter-spacing: 0;
  color: #1D4F91;
}

@media (min-width: 1025px) {
  .testimonial-slider .testimonial-main-wrapper .info-block .description {
    font-size: 25px;
  }
}
.testimonial-slider .testimonial-main-wrapper .info-block .name {
  font-weight: 700;
  font-size: 1.3333333333rem;
  line-height: 110%;
  letter-spacing: 0;
  color: #0094EA;
}

@media (min-width: 1025px) {
  .testimonial-slider .testimonial-main-wrapper .info-block .name {
    font-size: 30px;
  }
}
.testimonial-slider .testimonial-main-wrapper .info-block .position {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5em;
  letter-spacing: 0;
  color: #002843;
}

@media (min-width: 1025px) {
  .testimonial-slider .testimonial-main-wrapper .info-block .position {
    font-size: 20px;
  }
}
.testimonial-slider .testimonial-main-wrapper .info-block .education {
  font-weight: 400;
  font-style: italic;
  font-size: 0.8888888889rem;
  line-height: 1.38em;
  letter-spacing: 0;
  color: #002843;
}

@media (min-width: 1025px) {
  .testimonial-slider .testimonial-main-wrapper .info-block .education {
    font-size: 1rem;
  }
}
.testimonial-slider .mobile-arrows {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.testimonial-slider .mobile-arrows .testimonial-arrow-left-mobile,
.testimonial-slider .mobile-arrows .testimonial-arrow-right-mobile {
  cursor: pointer;
  user-select: none;
}

@media (min-width: 1025px) {
  .testimonial-slider .mobile-arrows .testimonial-arrow-left-mobile,
  .testimonial-slider .mobile-arrows .testimonial-arrow-right-mobile {
    display: none;
  }
}