.testimonials{background:var(--color-bg);color:var(--color-text);padding:40px 0}.testimonials__inner{max-width:1440px;margin:0 auto;padding:0 15px}@media only screen and (min-width:768px){.testimonials__inner{padding:0 50px}}.testimonials__header{text-align:center;margin-bottom:32px}.testimonials__header .subheading{margin-bottom:8px}.testimonials__header h2{margin:0}.testimonials__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}@media only screen and (max-width:767px){.testimonials__grid{grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:minmax(82vw,82vw);overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;margin:0 -15px;padding:0 15px}.testimonials__grid::-webkit-scrollbar{display:none}}.testimonial-card{display:flex;flex-direction:column;align-items:center;text-align:center;background:var(--color-card);border:1px solid #e2e2e2;border-radius:10px;padding:32px 24px;margin:0;scroll-snap-align:center}.testimonial-card__photo{width:64px;height:64px;border-radius:50%;-o-object-fit:cover;object-fit:cover;margin-bottom:16px}.testimonial-card__photo--initial{display:flex;align-items:center;justify-content:center;background:var(--color-bg);color:var(--color-text);font-size:1.5rem;font-weight:600}.testimonials__stars{display:inline-flex;gap:2px;margin-bottom:16px}.testimonials__stars svg{width:16px;height:16px;fill:rgba(75,0,42,.18)}.testimonials__stars svg.is-filled{fill:var(--color-text)}.testimonial-card__quote{margin:0 0 16px;font-style:italic;line-height:1.55}.testimonial-card__name{font-weight:600;letter-spacing:.04em;text-transform:uppercase;font-size:.8125rem}.testimonials__cta{text-align:center;margin-top:36px}