.testimonials-grid{display:flex;flex-wrap:wrap;gap:29px 32px;justify-content:center;margin:0 auto;max-width:988px}.testimonial-card{background-color:var(--color-neutral-00,#fff);border-radius:var(--radius-cards,8px);display:flex;flex:1 0 0;flex-direction:column;gap:27px;max-width:308px;min-width:280px;padding:var(--space-sm,24px)}.testimonial-card__quote{flex-grow:1}.testimonial-card__quote .hero-description{color:var(--color-ink-100,#002846);text-align:left}.testimonial-card__quote .hero-description p{margin:0}.testimonial-card__quote .hero-description p+p{margin-top:var(--space-2xs,8px)}.testimonial-card__author{text-align:center}.testimonial-card__author-details{align-items:center;display:flex;flex-direction:column;gap:var(--space-xs,12px)}.testimonial-card__author-name{color:var(--color-ink-100,#002846);margin:0}.testimonial-card__company-logo{height:42px}.testimonial-card__company-logo img{height:100%;object-fit:contain;width:auto}@media screen and (max-width:1023px){.testimonials-grid{max-width:640px}.testimonial-card{max-width:none;min-width:280px}}@media screen and (max-width:767px){.testimonials-grid{flex-direction:column;gap:var(--space-sm,24px)}.testimonial-card{max-width:100%;min-width:0}}