.testimonials-page .testimonial-section {
  padding-bottom: 120px;
}
@media (max-width: 1199px) {
  .testimonials-page .testimonial-section {
    padding-bottom: 100px;
  }
}
.testimonials-page .testimonial-section .quote-img {
  top: 30px;
  right: -20px;
  width: 70px;
  height: 70px;
  background-color: #FF8E4B;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .testimonials-page .testimonial-section .quote-img {
    width: 55px;
    height: 55px;
    top: 20px;
    right: -12px;
  }
}
@media (max-width: 767px) {
  .testimonials-page .testimonial-section .quote-img img {
    max-width: 24px;
  }
}
@media (max-width: 575px) {
  .testimonials-page .testimonial-section .quote-img {
    display: none;
  }
}
.testimonials-page .testimonial-section .testimonial-img {
  border: 1px solid #ECECEC;
  border-radius: 20px;
  height: 290px !important;
  overflow: hidden;
  display: flex;
  align-items: stretch;
}
.testimonials-page .testimonial-section .testimonial-img img {
  width: 100%;
  border-radius: 20px;
  max-width: unset;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonials-page .testimonial-section ul.slick-dots {
  bottom: -60px;
}
@media (min-width: 768px) {
  .testimonials-page .testimonial-section .testimonial-desc {
    padding-top: 120px;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .testimonials-page .testimonial-section .testimonial-desc {
    padding-left: 20px;
  }
}
