.testimonials-index-body__inner{display:flex;flex-flow:row wrap;gap:1rem;justify-content:center}.testimonials-index-body__testimonial{align-items:center;background:var(--off-white);border-radius:8px;color:var(--base-color);display:none;flex-flow:column;min-height:100%;padding:2rem;text-align:center;text-decoration:none;width:calc(33% - .66667rem)}.testimonials-index-body__testimonial.testimonials-index-body__testimonial--active{display:flex}.testimonials-index-body__testimonial__image{border-radius:100%;height:150px;margin:auto auto 1rem;object-fit:cover;width:150px}.testimonial-index-body__testimonial__speaker{font-weight:700;margin:0}.testiminials-index-body__testimonial__pseudo-link{align-items:center;color:var(--primary-color);display:flex;font-weight:700;margin:0}.testimonials-index-body__testimonial__psuedo-link__icon{transform:rotate(-90deg);transition:.2s ease-out}.testimonials-index-body__testimonial:focus .testimonials-index-body__testimonial__psuedo-link__icon,.testimonials-index-body__testimonial:hover .testimonials-index-body__testimonial__psuedo-link__icon{margin-left:8px}.testimonials-index-body__show-more.button{display:block;margin:0 auto}.testimonials-index-body__buttons-wrapper{display:block;width:100%}@media (max-width:960px){.testimonials-index-body__testimonial{width:calc(50% - .5rem)}}@media (max-width:650px){.testimonials-index-body__testimonial{width:100%}}