.scroll-container{margin:0 auto;max-width:92.5%;position:relative;white-space:nowrap;@media only screen and (min-width:768px){max-width:90%}}.scroll-list{display:flex}.scroll-item{align-items:center;display:flex;flex-shrink:0;padding:0 32px}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}