.testimonials-rows-container{display:flex;flex-direction:column;gap:16px;overflow:hidden;width:100%;transform:rotate(-2deg);transform-origin:center center}.testimonials-row{display:flex;align-items:center;gap:16px;animation:scrollLeft 60s linear infinite;will-change:transform;width:fit-content}.testimonials-row-reverse{animation:scrollRight 60s linear infinite}.testimonial-card-wrapper{transition:transform .3s ease;flex-shrink:0;width:450px;height:280px;display:flex;align-items:center;justify-content:center}.testimonial-card-wrapper>*{height:100%}@keyframes scrollLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes scrollRight{0%{transform:translate(-50%)}to{transform:translate(0)}}@media (max-width: 1024px){.testimonial-card-wrapper{width:350px;height:260px}.testimonials-rows-container,.testimonials-row{gap:20px}}@media (max-width: 768px){.testimonials-rows-container{gap:12px;transform:rotate(-1deg)}.testimonial-card-wrapper{width:300px;height:220px}.testimonials-row{gap:12px;animation-duration:40s}.testimonials-row-reverse{animation-duration:40s}}@media (max-width: 480px){.testimonials-rows-container{gap:10px;transform:rotate(0)}.testimonial-card-wrapper{width:280px;height:200px}.testimonials-row{gap:10px;animation-duration:35s}.testimonials-row-reverse{animation-duration:35s}}
