.testimonial-section{text-align:center;background:#fff;margin-top:10rem;padding:2rem;overflow:hidden}.scroll-container{white-space:nowrap;margin:2rem 0;overflow:hidden}.scroll-content{animation:45s linear infinite scroll-left;display:inline-flex}.scroll-right .scroll-content{animation:45s linear infinite scroll-right}@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes scroll-right{0%{transform:translate(-50%)}to{transform:translate(0)}}.scroll-container:hover .scroll-content{animation-play-state:paused}
