.section-testimonials-intro {
  text-align: left;
}

.section-testimonials-intro .hero-title {
  max-width: 36rem;
}

.section-testimonials-intro .hero-subtitle {
  max-width: 40rem;
}

.testimonial-card {
  height: 100%;
}

.testimonial-image-wrapper {
  display: flex;
  align-items: stretch;
}

.testimonial-figure {
  width: 100%;
  height: 100%;
}

.section-share-opinion .small-text {
  font-size: var(--text-xs);
}

.field-success {
  font-size: var(--text-sm);
  color: var(--color-success);
}

@media (max-width: 767px) {
  .section-testimonials-intro {
    text-align: left;
  }
}
