.testimonial-card{background:var(--gray-100,#f7f7f7);border-radius:6px;display:flex;height:100%;row-gap:16px}.testimonial-card[data-blur=true]{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background-color:var(--alpha-white-80,hsla(0,0%,100%,.8))}.testimonial-card svg path{fill:var(--green-500,#8bc34a)}.testimonial-card[data-image=true]{flex-direction:column-reverse;min-height:398px}.testimonial-posts__image-wrapper{position:relative;width:100%}.cover-img{border-radius:0 0 24px 24px;height:100%;object-fit:cover;width:100%}.testimonial-content-wrapper{align-items:flex-start;display:flex;flex-direction:column;gap:30px;height:100%;padding:48px}.testimonial-card[data-image=true] .testimonial-content-wrapper{padding:24px 24px 0}.testimonial-heading-quote{color:var(--gray-900,#2b2b2b);flex-grow:1;font-family:var(--primary-font);font-size:20px;font-style:normal;font-weight:600;letter-spacing:-.024em;line-height:1.5;text-align:left}.testimonial-heading-quote p{margin:0;text-align:left}.card-user-profile{display:flex;gap:24px;margin-top:8px}.user-headshot{flex-basis:56px;flex-grow:0;flex-shrink:0;height:56px;width:56px}.user-headshot img{border-radius:100%;height:100%;margin-right:16px;object-fit:cover;width:100%}.user-info{display:flex;flex-direction:column}.user-name{font-style:normal;font-weight:700}.company-name,.user-name,.user-position{color:var(--gray-900,#2b2b2b);font-size:18px;line-height:1.5;text-align:left}.company-name,.user-position{font-weight:400}.testimonial-cta-list{margin-top:16px}@media screen and (min-width:768px){.testimonial-card,.testimonial-card[data-image=true]{flex-direction:row}.cover-img,.testimonial-posts__image-wrapper{width:260px}.cover-img{border-radius:24px 0 0 24px}.testimonial-card[data-image=true] .testimonial-content-wrapper,.testimonial-content-wrapper{padding:48px}.testimonial-heading-quote{font-size:30px;line-height:1.25}}@media screen and (max-width:640px){.testimonial-content-wrapper{gap:24px;padding:24px}}