.testimonial__container{display:grid;gap:32px;grid-template-columns:1fr;margin-top:48px}.testimonial{font-size:18px;font-weight:400;line-height:1.4;margin-bottom:32px;text-align:left;text-indent:-8px}.card--testimonial{justify-content:space-between}.testimonial__info{align-items:center;display:flex}.testimonial__avatar{border-radius:150px;height:60px;margin-right:8px;width:60px}.testimonial__name{font-weight:600;line-height:1;margin:0 0 3px;text-align:left}.testimonial__role{color:var(--text-light);font-size:13px;line-height:19px;margin:0;text-align:left}.testimonial-badges{align-items:center;display:flex;gap:32px;justify-content:center;margin-top:32px}.testimonial-badges img{max-height:100px;min-height:50px}@media (min-width:1024px){.testimonial__container{grid-template-columns:repeat(3,1fr)}}