.testimonial {
  --font-size: 20;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  text-align: center;
}
.testimonial cite {
  margin-top: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.testimonial p {
  font-size: clamp(calc(20 / var(--base) * 1rem), calc((calc(27 / var(--base) * 1rem) - calc(20 / var(--base) * 1rem)) / (1350px - 576px)) * 100vw + calc(calc(20 / var(--base) * 1rem) - calc((calc(27 / var(--base) * 1rem) - calc(20 / var(--base) * 1rem)) / (1350px - 576px)) * 576px), calc(27 / var(--base) * 1rem));
}
