section.testimonials {
  --_bg-color: var(--bg-color, var(--blue-light));
}
section.testimonials h2 {
  text-align: center;
}
section.testimonials .testimonial {
  height: 100%;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
}
section.testimonials .testimonial .img-wrapper {
  background: var(--black);
}
section.testimonials .testimonial img, section.testimonials .testimonial video, section.testimonials .testimonial iframe {
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  display: -ms-grid;
  display: grid;
  height: 100%;
  width: 100%;
}
section.testimonials .testimonial .info {
  background: var(--_bg-color);
  padding: 2.5rem 1.5625rem;
}
section.testimonials .testimonial .text {
  font: var(--lead-font);
}
section.testimonials .testimonial .name {
  text-transform: uppercase;
  font: var(--cite);
}