.testimonialContainer{overflow:hidden;width:100%;height:200px;position:relative}.testimonialWrapper{width:2000px;display:flex;gap:16px;animation:scroll 50s linear infinite}.testimonialCard{box-shadow:0 4px 8px rgba(0,0,0,.1)}.testimonialWrapper:hover{animation-play-state:paused}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}