.testimonials-navigation{margin-bottom:5.4rem;display:flex;align-items:center;justify-content:space-between}
.testimonials-navigation-buttons{display:flex;align-content:center;gap:1.2rem}
.testimonials-slider{gap:3.6rem}
.testimonials-slider-slide{display:flex;flex-direction:column;justify-content:space-between;gap:3.6rem;padding:3.2rem;background-color:#f6f2eb;border-radius:.4rem;width:calc(33.3333333333% - 24px);min-width:calc(33.3333333333% - 24px)}
.testimonials-slider-slide-down{display:flex;flex-direction:column;gap:3.6rem}
.testimonials-slider-slide-down-author{display:flex;gap:1.6rem}
.testimonials-slider-slide-down-author img{width:7.6rem;height:7.6rem;-o-object-fit:cover;object-fit:cover;border-radius:50%}
.testimonials-slider-slide-down-author-text{display:flex;flex-direction:column;gap:.6rem}
.testimonials-slider-slide-down-author-text>div{font-size:1.4rem;line-height:150%;font-weight:500;color:#6f6f6f}
.testimonials-slider-slide-down-tag{padding-top:1rem;padding-bottom:1rem;width:100%;display:flex;align-items:center;justify-content:center;background-color:#eae5dd;color:#3e3e3e}
.testimonials-slider-slide-image{margin-bottom:1.6rem;max-width:20rem;height:100%;max-height:5.6rem;-o-object-fit:contain;object-fit:contain}
.testimonials-slider-slide-marks{margin-bottom:1.6rem;display:flex;align-items:center;gap:1.2rem}
.testimonials-slider-slide-marks svg{width:2rem;height:2rem}
.testimonials-slider-slide-text{font-size:1.8rem;line-height:150%;color:#3e3e3e}
@media screen and (max-width:990px){
.testimonials-navigation{margin-bottom:2.4rem;display:flex;align-items:center;justify-content:space-between}
.testimonials-slider{gap:1.6rem}
.testimonials-slider-slide{display:flex;flex-direction:column;justify-content:space-between;gap:3.6rem;padding:3.2rem;background-color:#f6f2eb;border-radius:.4rem;width:100%;min-width:100%}
}