.reviews-carousel{animation:scroll-x 40s linear infinite}@keyframes scroll-x{0%{transform:translateX(0)}to{transform:translateX(-50%)}}