

 .testimonial{
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
  }
  .testimonial blockquote{
    font-size: clamp(20px, 3vw, 28px);
    font-weight: 600;
    letter-spacing: -0.015em;
    line-height: 1.4;
    margin: 0 0 28px;
  }
  .testimonial cite{
    font-style: normal;
    font-size: 14px;
    color: var(--ink-soft);
  }
  .testimonial cite b{ color: #1d1d1f; }