.testimonial__header{display:flex;flex-direction:column;gap:var(--space-s);justify-content:space-between}.testimonial__header+*{margin-top:var(--space-m)}@media (min-width:48.001rem){.testimonial__header{align-items:flex-end;flex-direction:row}.testimonial__header__title h2{font-family:var(--font-family);font-size:var(--heading-400);font-weight:600;line-height:var(--line-height-heading)}.testimonial__header__title :not(h2){color:var(--color-text-secondary,#666)}.testimonial__header__title{max-width:43.5rem;width:100%}}.testimonial__preheader+*{margin-top:var(--space-xs)}.testimonial__items{display:flex;flex-wrap:wrap;gap:var(--space-xs)}.testimonial__items>*{flex:1;min-width:100%}@media (min-width:48.001rem){.testimonial__items>*{min-width:32%}}.testimonial__item{background:var(--color-surface-brand-secondary,#c5b0ad);border-radius:.5rem;display:flex;flex-direction:column;gap:var(--space-s);justify-content:space-between;margin:0;padding:var(--space-3xs) var(--space-s)}.testimonial__item blockquote{font-family:var(--font-family);font-size:var(--text-500);font-weight:400;line-height:var(--line-height-body);margin:0}.testimonial__author{align-items:center;display:flex;flex-direction:row;gap:var(--space-5xs)}.testimonial__author cite{display:flex;flex-direction:column;font-family:var(--font-family);font-size:var(--text-300);font-style:normal;font-weight:400;line-height:var(--line-height-body)}.testimonial__author img{aspect-ratio:1;border-radius:4rem;grid-area:1/1/3/2;-o-object-fit:cover;object-fit:cover;vertical-align:top;width:4rem}@media (max-width:48rem){.testimonial__author img{width:2rem}}.testimonial__author-name{font-family:var(--font-family);font-size:var(--text-400);font-weight:600;line-height:var(--line-height-body)}