.testimonials{display:grid;font-family:poppins;padding:10px 0;place-items:center;overflow:hidden;margin-bottom:100px;width:100%}.testimonials-title{font-size:40px;font-weight:700}.testimonials-description{font-size:18px;width:100%;margin:30px 0 40px;text-align:center;color:#a8a8a8}.testimonials-cards{overflow-x:scroll;width:84%;height:400px;display:flex;gap:40px;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;cursor:grab;user-select:none}.testimonial-card-list{height:320px}.testimonials-cards::-webkit-scrollbar{display:none}.testimonials-cards:active{cursor:grabbing}.testimonials,.testimonials *{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media (max-width:1200px){.testimonials-description{padding:10px 11%}}@media (max-width:790px){.testimonials-description{font-size:16px;padding:10px 10%}.testimonials-title{font-size:36px}}@media (max-width:690px){.testimonials-title{font-size:32px}}@media(max-width:520px){.testimonials-title{font-size:28px}}@media (max-width:450px){.testimonials-cards{gap:20px;width:90%}.testimonials-title{font-size:26px}}