/**
 * Foundation for Sites
 * Version 6.8.1
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.testimonials blockquote {
  min-height: 35rem;
  max-width: 83rem;
  margin: 0 auto;
  gap: 4rem;
}
.testimonials blockquote p.faded {
  color: rgba(250, 250, 250, 0.8);
}
.testimonials blockquote p:last-child .faded {
  color: rgba(250, 250, 250, 0.6);
}
.testimonials .splide__track {
  border-radius: 8px;
  border: 1px solid rgba(250, 250, 250, 0.2);
  padding: 4rem;
}
