section.testimonials .testimonials_list{position:relative}section.testimonials .testimonials_list::before,section.testimonials .testimonials_list::after{content:"";display:block;position:absolute;top:0;bottom:0;width:min(4rem,5vw);pointer-events:none}section.testimonials .testimonials_list::before{left:0;background:linear-gradient(to left, rgba(255, 255, 255, 0) 0%, white 100%)}section.testimonials .testimonials_list::after{right:0;background:linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%)}section.testimonials .testimonials_list-item{display:flex;gap:1rem;text-align:left;margin:0 min(3rem,5vw)}@media(min-width: 768px){section.testimonials .testimonials_list-item{gap:2rem;margin:0 min(4rem,5vw)}}section.testimonials .testimonials_list-item .photo{flex:0 0 auto;width:10rem;height:10rem;border-radius:10rem;overflow:hidden;position:relative}section.testimonials .testimonials_list-item .photo::after{content:"";display:block;padding-bottom:100%}section.testimonials .testimonials_list-item .photo img{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}@media(max-width: 575.98px){section.testimonials .testimonials_list-item .photo{width:5rem;height:5rem}}@media(min-width: 576px)and (max-width: 767.98px){section.testimonials .testimonials_list-item .photo{width:6rem;height:6rem}}@media(min-width: 768px)and (max-width: 991.98px){section.testimonials .testimonials_list-item .photo{width:8rem;height:8rem}}section.testimonials .testimonials_list-item .content-quote{font-size:1.5rem;line-height:1.2em;margin-bottom:1rem}@media(max-width: 575.98px){section.testimonials .testimonials_list-item .content-quote{font-size:1.1rem}}@media(min-width: 576px)and (max-width: 767.98px){section.testimonials .testimonials_list-item .content-quote{font-size:1.2rem}}@media(min-width: 768px)and (max-width: 991.98px){section.testimonials .testimonials_list-item .content-quote{font-size:1.35rem}}section.testimonials .testimonials_list-item .content-name,section.testimonials .testimonials_list-item .content-role{display:inline-block;font-family:"Inter"}section.testimonials .testimonials_list-item .content-company{text-transform:uppercase;color:#2269ea;opacity:.6}