.testimonial-section{background-color:var(--card-background-color)}.testimonial-section.custom-container{margin:0 auto;max-width:var(--mobile-container);padding-bottom:var(--padding-bottom-mobile);padding-inline:15px;padding-top:var(--padding-top-mobile)}@media (min-width:640px){.testimonial-section.custom-container{max-width:var(--tablet-container)}}@media (min-width:1024px){.testimonial-section.custom-container{margin-bottom:var(--margin-bottom);margin-top:var(--margin-top);max-width:var(--desktop-container);padding-bottom:var(--padding-bottom);padding-top:var(--padding-top)}}.testimonial-section__title{color:var(--title-color);margin-bottom:16px;text-align:center}@media (min-width:1024px){.testimonial-section__title{margin-bottom:16px}}.testimonial-section__subtitle{color:var(--subtitle-color);margin-bottom:32px;text-align:center}@media (min-width:1024px){.testimonial-section__subtitle{margin-bottom:32px}}.testimonial-section__testimonials{display:grid;gap:16px;grid-template-columns:1fr}@media (min-width:1024px){.testimonial-section__testimonials{gap:16px;grid-template-columns:1fr 35%;grid-template-rows:auto auto}}.testimonial-section__testimonial-card{align-items:flex-start;background-color:#fff;border-radius:16px;display:flex;flex-direction:column;gap:16px;padding:24px;position:relative}@media (min-width:1024px){.testimonial-section__testimonial-card{flex-direction:row;gap:20px;padding:24px}.testimonial-section__testimonial-card:first-child{grid-column:1;grid-row:1}.testimonial-section__testimonial-card:nth-child(2){grid-column:1;grid-row:2}.testimonial-section__testimonial-card:nth-child(3){align-self:stretch;flex-direction:column;grid-column:2;grid-row:1/3}.testimonial-section__testimonial-card:nth-child(3) .testimonial-section__testimonial-image{flex:none;height:180px}.testimonial-section__testimonial-card:nth-child(3) .testimonial-section__testimonial-content{display:flex;flex:1;flex-direction:column}}.testimonial-section__testimonial-image{align-self:stretch;height:226px;width:100%}@media (min-width:1024px){.testimonial-section__testimonial-image{flex:0 0 30%}}.testimonial-section__customer-photo{border-radius:12px;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.testimonial-section__customer-photo--placeholder{align-items:center;background-color:var(--card-background-color);border:2px solid var(--testimonial-text-color);display:flex;justify-content:center;opacity:.1}.testimonial-section__testimonial-content{display:flex;flex-direction:column;gap:12px;height:100%;width:100%}@media (min-width:1024px){.testimonial-section__testimonial-content{flex:1}}.testimonial-section__stars{align-items:center;display:flex;gap:4px}.testimonial-section__stars svg{fill:var(--star-color);height:24px;width:128px}.testimonial-section__testimonial-text{color:var(--testimonial-text-color);font-size:var(--testimonial-fz-mobile);font-style:italic;line-height:var(--testimonial-lh-mobile)}@media (min-width:1024px){.testimonial-section__testimonial-text{font-size:var(--testimonial-fz-desktop);line-height:var(--testimonial-lh-desktop)}}.testimonial-section__author-info{align-items:center;align-self:flex-start;display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-start;margin-top:auto;width:100%}.testimonial-section__author-info--stacked{align-items:flex-start;flex-direction:row;gap:4px}@media (min-width:1024px){.testimonial-section__author-info:not(.testimonial-section__author-info--stacked){align-items:center;flex-direction:row;gap:8px}.testimonial-section__author-info--stacked{align-items:flex-start;flex-direction:column;gap:4px}}.testimonial-section__author-name{color:var(--author-name-color);font-size:var(--author-fz-mobile);font-style:italic;font-weight:400;line-height:var(--author-lh-mobile)}@media (min-width:1024px){.testimonial-section__author-name{font-size:var(--author-fz-desktop);line-height:var(--author-lh-desktop)}}.testimonial-section__verified-badge{align-items:center;color:var(--verified-badge-color);display:flex;gap:6px}.testimonial-section__verified-badge svg{display:block;flex-shrink:0;height:18px;width:18px}
