.testimonial{margin:0 auto 80px;padding:0}.testimonial__container{margin:0 auto;padding:0 24px;text-align:center}.testimonial__title{font-size:clamp(32px,4vw,54px);font-weight:800;letter-spacing:-.02em;line-height:1.1;margin:0 auto 12px;max-width:760px}.testimonial__description{font-size:16px;line-height:1.6;margin:0 auto 44px;max-width:620px;opacity:.85}.testimonial__logos{display:flex;flex-wrap:wrap;gap:48px;margin:0 auto 56px}.testimonial__logo,.testimonial__logos{align-items:center;justify-content:center}.testimonial__logo{display:inline-flex}.testimonial__logo img{display:block;height:auto;max-height:80px;max-width:200px;width:auto}.testimonial__cards{display:grid;gap:22px;grid-template-columns:repeat(3,minmax(0,1fr));margin:0 auto;max-width:1200px}.testimonial__card{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:12px;box-shadow:0 1px 0 rgba(0,0,0,.06);padding:18px 18px 16px;text-align:left}.testimonial__cardHeader{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-bottom:10px}.testimonial__cardTitle{font-size:16px;font-weight:800;line-height:1.2;margin:0}.testimonial__stars{display:inline-flex;font-size:20px;gap:2px;line-height:1;white-space:nowrap}.testimonial__star{color:var(--color-cta-primary);opacity:.25}.testimonial__star.is-filled{opacity:1}.testimonial__cardText{font-size:14px;line-height:1.55;opacity:.85}@media (max-width:980px){.testimonial{padding:64px 0}.testimonial__cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:620px){.testimonial{padding:56px 0}.testimonial__description{margin-bottom:34px}.testimonial__logos{gap:26px;margin-bottom:34px}.testimonial__logo img{height:34px;max-width:160px}.testimonial__cards{grid-template-columns:1fr}}