.testimonial { padding: 92px 0; text-align: left; background: #fbf9fd; }
.reviews-heading { display: flex; align-items: end; justify-content: space-between; gap: 48px; margin-bottom: 34px; }
.reviews-heading .kicker { margin-bottom: 10px; }
.reviews-heading h2 { margin: 0; color: var(--ink); font-size: clamp(34px, 3.7vw, 50px); }
.reviews-heading > p { max-width: 315px; margin: 0 0 4px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.reviews-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 46px; }
.review-card { min-height: 0; display: flex; flex-direction: column; padding: 22px 0 4px; border-top: 1px solid #dcccF1; border-radius: 0; background: transparent; color: var(--ink); }
.review-stars { margin-bottom: 15px; color: var(--p); font-size: 13px; letter-spacing: 2px; }
.review-card blockquote { margin: 0; color: #5d5566; font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 1.7; }
.review-card a { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-top: auto; padding-top: 19px; color: var(--d); }
.review-card a span { font-size: 15px; font-weight: 700; }
.review-card a small { color: #867b91; font-size: 11px; font-weight: 700; }
.review-card a:hover span { text-decoration: underline; text-underline-offset: 5px; }

@media (max-width: 750px) {
  .testimonial { padding: 75px 0; }
  .reviews-heading, .reviews-grid { grid-template-columns: 1fr; display: grid; }
  .reviews-heading { gap: 20px; }
  .review-card { min-height: 0; }
}
