testimonials-section{display:flex;flex-direction:column}testimonials-section .spacer{flex-grow:2}testimonials-section .testimonials__wrapper{display:flex;justify-content:flex-start;overflow-x:scroll;flex-wrap:nowrap}@media screen and (min-width:1200px){testimonials-section .testimonials__wrapper{justify-content:center;scrollbar-width:none}testimonials-section .testimonials__wrapper::-webkit-scrollbar{display:none}}testimonials-section .testimonials__title{text-align:center;color:#656565}testimonials-section .testimonials__item{width:20%;min-width:200px;max-width:250px;margin:20px;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:20px}testimonials-section .testimonials__item .logo-wrapper{max-width:100%;max-height:50%}testimonials-section .testimonials__item img,testimonials-section .testimonials__item p{pointer-events:none}testimonials-section .testimonials__item p{text-align:center;font-size:12px;margin:5%}testimonials-section .testimonials__item:hover svg{transform:scale(1.3)}testimonials-section .testimonials__item:hover p{transform:scale(1.05)}