.testimonial-row .wrapper {
  max-width: 100%;
  padding-left: 9rem;
  padding-right: 0;
}
@media (max-width: 1500px) {
  .testimonial-row .wrapper {
    padding-left: 3rem;
  }
}
@media (max-width: 1199px) {
  .testimonial-row .wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.testimonial-row .testiWrapper {
  background-color: white;
  border-radius: 20px;
  padding: 3rem;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .testimonial-row .testiWrapper {
    padding: 1.5rem;
  }
}
.testimonial-row .testiWrapper .testiHead {
  position: relative;
}
.testimonial-row .testiWrapper .testiHead p {
  font-size: 1.5rem;
  font-family: var(--headings);
  font-weight: 500;
  line-height: 115% !important;
  margin: 0;
}
.testimonial-row .testiWrapper .testiHead span {
  font-size: 1.25rem;
  font-family: var(--headings);
  font-weight: 500;
  line-height: 115% !important;
}
.testimonial-row .testiWrapper figure {
  width: 84px;
  height: 84px;
  background-size: cover;
  position: absolute;
  right: 0;
}
@media (max-width: 991px) {
  .testimonial-row .testiWrapper figure {
    left: 0;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .testimonial-row .testiWrapper {
    padding: 1rem;
  }
}
.testimonial-row .testiWrapperSuper {
  display: flex;
  gap: 5rem;
  align-items: center;
  flex-direction: row;
}
.testimonial-row .testiWrapperSuper .slick-track {
  display: flex;
  gap: 40px;
}
.testimonial-row .testiWrapperSuper .slick-list.draggable {
  overflow: hidden;
  padding: 0 !important;
  padding-right: 160px !important;
}
.testimonial-row .testiWrapperSuper .testLeft {
  width: 30%;
}
@media (max-width: 1500px) {
  .testimonial-row .testiWrapperSuper .testLeft {
    width: 35%;
  }
}
@media (max-width: 1199px) {
  .testimonial-row .testiWrapperSuper .testLeft {
    width: 100%;
  }
}
.testimonial-row .testiWrapperSuper .testRight {
  width: 70%;
}
@media (max-width: 1500px) {
  .testimonial-row .testiWrapperSuper .testRight {
    width: 65%;
  }
}
@media (max-width: 1199px) {
  .testimonial-row .testiWrapperSuper .testRight {
    display: none;
  }
}
.testimonial-row .testimonialSecond {
  margin-top: 4rem;
  margin-left: -9rem;
  padding: 0 12rem;
}
.testimonial-row .testimonialSecond .slick-track {
  display: flex;
  gap: 40px;
}
@media (max-width: 1199px) {
  .testimonial-row .testimonialSecond {
    margin-left: 0rem;
    padding: 0 0rem;
  }
}
@media (max-width: 767px) {
  .testimonial-row .testimonialSecond {
    margin-top: 2rem;
    margin-left: 0rem;
    padding: 0 0rem;
  }
}
@media (max-width: 767px) {
  .testimonial-row .slick-list.draggable {
    padding: 0 0 !important;
  }
}
