.testimonials {
  padding: 80px 0 30px;
}
@media (min-width: 992px) {
  .testimonials {
    padding: 125px 0 150px;
  }
}
.testimonials-prev {
  width: 25px;
  transform: rotate(180deg);
  cursor: pointer;
}
.testimonials-next {
  width: 25px;
  cursor: pointer;
}
.testimonials-text {
  font-family: "Canela Text Web";
  font-weight: 300;
  font-size: 1.625rem;
  line-height: 2.333;
  text-decoration: underline;
  text-underline-offset: 20px;
  text-decoration-thickness: 1px;
  position: relative;
}
@media (min-width: 992px) {
  .testimonials-text {
    font-size: 1.875rem;
    line-height: 2.333;
  }
}
.testimonials-text:after {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  background-color: transparent;
  position: absolute;
  bottom: -10px;
}
.testimonials-name:before {
  content: "";
  display: block;
  height: 50px;
  width: 1px;
  background-color: #F8F8F8;
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
}

.has-forest-green-background-color .testimonials-text:after {
  background-color: #10534E;
}

.has-midnight-blue-background-color .testimonials-text:after {
  background-color: #32506B;
}

.has-dark-orange-background-color .testimonials-text:after {
  background-color: #AB3609;
}

.has-brick-red-background-color .testimonials-text:after {
  background-color: #9F3F0C;
}

.has-light-brown-background-color .testimonials-text:after {
  background-color: #DEA33F;
}

.has-dark-yellow-background-color .testimonials-text:after {
  background-color: #CF932F;
}

.has-light-gray-background-color .testimonials-text:after {
  background-color: #DCCCC1;
}

.has-dark-background-color .testimonials-text:after {
  background-color: #41424A;
}

.has-light-background-color .testimonials-text:after {
  background-color: #F8F8F8;
}

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