.testimonials-hero {
  position: relative;
}

.testimonials-hero-grid {
  align-items: center;
}

.testimonials-hero-copy {
  max-width: 36rem;
}

.testimonials-hero-subcopy {
  margin-top: var(--space-4);
}

.testimonials-hero-media {
  position: relative;
}

.testimonials-hero-figure {
  position: relative;
}

.testimonials-hero-caption {
  margin-top: var(--space-3);
  font-size: var(--text-sm);
}

.testimonials-featured-grid {
  align-items: stretch;
}

.testimonials-featured-media {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.testimonials-featured-figure {
  height: 100%;
}

.testimonials-featured-image {
  height: 100%;
}

.testimonials-featured-footer {
  display: flex;
  flex-direction: column;
}

.testimonials-section-header {
  margin-bottom: var(--space-12);
  margin-left: auto;
  margin-right: auto;
}

.testimonials-section-header p {
  margin-left: auto;
  margin-right: auto;
}

.testimonials-card-title {
  font-family: var(--font-heading);
  font-size: var(--text-xl);
  margin-bottom: var(--space-3);
}

.testimonials-card blockquote {
  margin: 0 0 var(--space-4);
}

.testimonials-grid-tight {
  row-gap: var(--space-6);
}

.testimonials-sports-grid {
  align-items: center;
}

.testimonials-sports-media {
  order: -1;
}

.testimonials-sports-figure {
  position: relative;
}

.testimonials-sports-image {
  width: 100%;
}

@media (min-width: 768px) {
  .testimonials-sports-media {
    order: 0;
  }
}

@media (max-width: 767px) {
  .testimonials-hero {
    padding-top: var(--space-12);
  }

  .testimonials-section-header {
    margin-bottom: var(--space-8);
  }
}
