.testimonials-section {
  background-color: #FFF;
  padding: 100px 0;
}
.testimonials-section .testimonials-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 1380px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  align-items: center;
  gap: 50px;
}
.testimonials-section .testimonials-title {
  font-size: 56px;
  font-weight: 800;
  line-height: 120%;
  color: #3F3F3A;
}
.testimonials-section .testimonials-slider {
  display: flex;
  gap: 50px;
  width: 100%;
  justify-content: center;
}
.testimonials-section .testimonials-slider .owl-stage {
  display: flex;
}
.testimonials-section .testimonials-slider .owl-item {
  display: flex;
}
.testimonials-section .testimonials-slider .testimonial-card {
  height: 100%;
}
.testimonials-section .testimonial-card {
  background-color: #efefef;
  border-radius: 45px;
  padding: 80px 40px;
  flex: 1;
  position: relative;
  min-height: 405px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.testimonials-section .testimonial-content {
  text-align: right;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.testimonials-section .testimonial-name {
  color: #3F3F3A;
  font-size: 25px;
  font-weight: 900;
  line-height: normal;
}
.testimonials-section .testimonial-text {
  color: #3F3F3A;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
}
.testimonials-section .testimonial-quote-icon {
  position: absolute;
  width: 30px;
  height: auto;
}
.testimonials-section .testimonial-quote-icon--top {
  top: 30px;
  right: 30px;
}
.testimonials-section .testimonial-quote-icon--bottom {
  bottom: 30px;
  left: 30px;
  transform: rotate(180deg);
}
.testimonials-section .owl-carousel .owl-nav {
  display: none;
}
.testimonials-section .testimonials-slider-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 42px;
}
.testimonials-section .slider-nav-button {
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
}
.testimonials-section .slider-nav-icon {
  display: block;
}
.testimonials-section .testimonials-slider-dots {
  display: flex;
  gap: 7px;
}
.testimonials-section .testimonials-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #d9d9d9;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
}
.testimonials-section .testimonials-dot-active {
  background-color: #47A6EE;
  width: 52px;
  border-radius: 87px;
}

@media all and (max-width: 1440px) and (min-width: 769px) {
  .testimonials-section {
    padding: clamp(60px, 6.9444444444vw, 100px) 0;
  }
  .testimonials-section .testimonials-wrapper {
    gap: clamp(24px, 3.4722222222vw, 50px);
  }
  .testimonials-section .testimonials-title {
    font-size: clamp(32px, 3.8888888889vw, 56px);
  }
  .testimonials-section .testimonials-slider {
    gap: clamp(24px, 3.4722222222vw, 50px);
  }
  .testimonials-section .testimonial-card {
    border-radius: clamp(24px, 3.125vw, 45px);
    padding: clamp(40px, 5.5555555556vw, 80px) clamp(20px, 2.7777777778vw, 40px);
    min-height: clamp(280px, 28.125vw, 405px);
  }
  .testimonials-section .testimonial-content {
    row-gap: clamp(12px, 1.3888888889vw, 20px);
  }
  .testimonials-section .testimonial-name {
    font-size: clamp(18px, 1.7361111111vw, 25px);
  }
  .testimonials-section .testimonial-text {
    font-size: clamp(14px, 1.25vw, 18px);
  }
  .testimonials-section .testimonial-quote-icon {
    width: clamp(20px, 2.0833333333vw, 30px);
  }
  .testimonials-section .testimonial-quote-icon--top {
    top: clamp(16px, 2.0833333333vw, 30px);
    right: clamp(16px, 2.0833333333vw, 30px);
  }
  .testimonials-section .testimonial-quote-icon--bottom {
    bottom: clamp(16px, 2.0833333333vw, 30px);
    left: clamp(16px, 2.0833333333vw, 30px);
  }
  .testimonials-section .testimonials-slider-nav {
    gap: clamp(20px, 2.9166666667vw, 42px);
  }
  .testimonials-section .testimonials-slider-dots {
    gap: clamp(4px, 0.4861111111vw, 7px);
  }
  .testimonials-section .testimonials-dot {
    width: clamp(8px, 0.8333333333vw, 12px);
    height: clamp(8px, 0.8333333333vw, 12px);
  }
  .testimonials-section .testimonials-dot-active {
    width: clamp(28px, 3.6111111111vw, 52px);
    border-radius: clamp(40px, 6.0416666667vw, 87px);
  }
}
@media all and (max-width: 768px) {
  .testimonials-section {
    padding: 30px 0;
  }
  .testimonials-section .testimonials-wrapper {
    padding: 0;
    gap: 32px;
  }
  .testimonials-section .testimonials-title {
    font-size: 24px;
    line-height: 110%;
    text-align: center;
  }
  .testimonials-section .testimonials-slider {
    gap: 0;
  }
  .testimonials-section .testimonials-slider .owl-stage {
    display: flex;
  }
  .testimonials-section .testimonials-slider .owl-item {
    display: flex;
  }
  .testimonials-section .testimonial-card {
    width: 100%;
    min-height: 341px;
    border-radius: 45px;
    padding: 71.5px 20px;
  }
  .testimonials-section .testimonial-content {
    row-gap: 20px;
  }
  .testimonials-section .testimonial-name {
    font-size: 20px;
    line-height: normal;
  }
  .testimonials-section .testimonial-text {
    font-size: 16px;
    line-height: 130%;
  }
  .testimonials-section .testimonial-quote-icon {
    width: 25px;
  }
  .testimonials-section .testimonial-quote-icon--top {
    top: 24px;
    right: 24px;
  }
  .testimonials-section .testimonial-quote-icon--bottom {
    bottom: 24px;
    left: 24px;
  }
  .testimonials-section .testimonials-slider-nav {
    width: 100%;
  }
}

/*# sourceMappingURL=section-testimonials.css.map */
