.testimonial-container {
  margin-bottom: 1.25rem;
}
@media all and (min-width: 768px) {
  .testimonial-container__header__image img {
    max-width: 400px;
    max-height: 276px;
    object-fit: cover;
    object-position: top;
  }
}
.testimonial-container__illustration {
  margin-bottom: 1.25rem;
}
@media all and (min-width: 768px) {
  .testimonial-container__illustration {
    margin-right: 1.875rem;
    margin-bottom: 0;
  }
}
@media all and (min-width: 768px) {
  .testimonial-container__information {
    border: none;
  }
}
.testimonial-container__information__title {
  line-height: 1.3;
  padding-bottom: 1.25rem;
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.1);
}
.testimonial-container__information p {
  font-weight: 600;
}

.single-border {
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.1);
}

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