.testimonial-carousel-2__testimonial{max-width:calc(100% - 14rem);width:calc(var(--container-width) - 14rem)}.testimonial-carousel-2__testimonial-inner{display:grid;grid-gap:4rem;background-color:var(--light-gray);padding:3rem;-webkit-transform:scale(.9);transform:scale(.9);-webkit-transition:all .2s ease;transition:all .2s ease}.testimonial-carousel-2__testimonial.is-selected
.testimonial-carousel-2__testimonial-inner{-webkit-transform:scale(1);transform:scale(1)}.testimonial-carousel-2__testimonial-content{text-align:center}.testimonial-carousel-2__testimonial-attestant{font-weight:700}.testimonial-carousel-2__testimonial-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:calc(var(--gap)/2);justify-content:center}.testimonial-carousel-2__testimonial-image{text-align:center}@media (min-width:768px){.testimonial-carousel-2__testimonial-inner{grid-template-columns:1fr 50%;padding:6rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media(max-width:700px){.testimonial-carousel-2__testimonial{max-width:100%;width:calc(var(--container-width))}}