/* IMPORT THE FRAMEWORK */
.testimonial-listing, .testimonials-wrapper {
  position: relative;
}

.testimonial-listing .img-wrapper img, .testimonial-listing:after {
  display: block;
}

.testimonial-listing .info {
  box-sizing: border-box;
}

.testimonial-listing:after {
  content: "";
}

.testimonial-listing {
  text-align: left;
}

.testimonial-listing .info h2 {
  text-transform: uppercase;
}

.testimonial-listing, .testimonials-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.testimonials-wrapper {
  justify-content: center;
}

.testimonial-listing .info h2 {
  font-family: "CarrigDC", sans-serif;
}

.testimonials-wrapper {
  padding-top: 130px;
  padding-bottom: 130px;
}
@media screen and (min-width: 451px) and (max-width: 1200px) {
  .testimonials-wrapper {
    padding-top: 4.5em;
    padding-bottom: 4.5em;
  }
}
@media screen and (max-width: 450px) {
  .testimonials-wrapper {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}

.testimonial-listing .info h2 {
  font-size: 1.6em;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .testimonial-listing .info h2 {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1199px) {
  .testimonial-listing .info h2 {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 450px) {
  .testimonial-listing .info h2 {
    font-size: 1.2em;
  }
}

.testimonial-listing .info p {
  font-size: 1em;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .testimonial-listing .info p {
    font-size: 1em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1199px) {
  .testimonial-listing .info p {
    font-size: 1em;
  }
}
@media screen and (max-width: 450px) {
  .testimonial-listing .info p {
    font-size: 1em;
  }
}

.testimonial-listing .info h2 {
  font-weight: normal;
  line-height: 1.4em;
  margin-bottom: 0.5em;
}

.testimonial-listing .info p {
  font-weight: normal;
  line-height: 1.8em;
  margin-bottom: 1.8em;
}

.hero-text {
  color: #404040;
}

.webp .hero {
  background-image: url("/app/images/testimonials/hero.webp");
}

.no-webp .hero {
  background-image: url("/app/images/testimonials/hero.jpg");
}

.testimonial-listing {
  width: 80%;
  color: #404040;
  padding: 1.5em 0;
}
.testimonial-listing .info {
  width: 75%;
  padding-right: 4.5em;
}
.testimonial-listing .info h2 {
  color: #f581c5;
  margin-bottom: 1.5em;
}
.testimonial-listing .info p {
  padding-right: 1.5em;
}
.testimonial-listing .img-wrapper {
  width: 25%;
}
.testimonial-listing .img-wrapper img {
  width: 100%;
}
.testimonial-listing:after {
  width: 15%;
  background-color: #f581c5;
  height: 1px;
  margin: 3em auto 1.5em;
}
