.testimonials{}.testimonials__items__inner{--columns: 1;display:grid;grid-template-columns:repeat(var(--columns),1fr);grid-gap:3.2rem;grid-row-gap:6.4rem}.testimonials__item{position:relative;overflow:hidden;display:grid;grid-template-columns:max-content 60rem;grid-template-rows:min-content 1fr;grid-template-areas:"image heading" "image content";grid-column-gap:3.2rem;justify-content:center}.testimonials__item__image{margin-bottom:1.8rem;grid-area:image;width:20rem}.testimonials__item__heading{margin-bottom:1.8rem;font-size:1.8rem;font-weight:var(--font-weight--medium);grid-area:heading}.testimonials__item__content{line-height:1.4;font-size:1.4rem;grid-area:content}@media(max-width:1440px){.testimonials__items{padding-left:var(--site-padding);padding-right:var(--site-padding)}}@media(max-width:1168px){}@media(max-width:968px){}@media(max-width:768px){.testimonials__item{grid-template-columns:1fr;grid-template-rows:min-content min-content 1fr;grid-template-areas:"image" "heading" "content"}}@media(max-width:568px){}