.testimonials-section{background-color:var(--color-surface-tint);padding:80px 0}.testimonials-section .content-wrapper{display:flex;flex-direction:column;gap:32px}.testimonials-section__header{align-items:center;display:flex;gap:32px;justify-content:space-between;width:100%}@media (max-width:900px){.testimonials-section__header{align-items:flex-start;flex-direction:column}}.testimonials-section__intro{display:flex;flex-direction:column;gap:8px}.testimonials-section__badge{display:flex;gap:4px}.testimonials-section__headline{margin:0}.testimonials-section__description{color:var(--color-text-muted);max-width:490px}@media (max-width:900px){.testimonials-section__description{max-width:100%}}.testimonials{display:grid;gap:24px;grid-template-columns:repeat(2,1fr);width:100%}.testimonials__card{background-color:var(--color-body-bg);border:1px solid #e5e7eb;border-radius:16px;display:flex;flex-direction:column;gap:16px;padding:24px;transition:transform .18s cubic-bezier(.34,1.56,.64,1),box-shadow .18s,filter .18s;will-change:transform,box-shadow}.testimonials__stars{display:flex;gap:4px}.testimonials__star{color:var(--color-third);fill:var(--color-third);height:16px;width:16px}.testimonials__author{display:flex;flex-direction:column;gap:2px}.testimonials__role{color:var(--color-text-muted)}@media (max-width:767px){.testimonials-section{padding:32px 0}.testimonials{grid-template-columns:1fr}}