body{min-height:100vh}.scroll-section{display:grid;overflow:hidden;place-items:center;position:relative;width:100%}.scroll-track{animation:scroll 40s linear infinite;display:flex;justify-content:space-between}.scroll-section .scroll-track:first-child{margin-bottom:32px}.scroll-track--reverse{animation-direction:reverse}.slide-track-2{animation:scroll2 15s linear infinite;display:flex;justify-content:space-between;width:2655px}.scroll-item{background:#fff;border-radius:var(--border-radius);box-shadow:0 8px 16px rgb(0 8 36/5%);display:flex;height:110px;justify-content:center;padding:21px;place-items:center;transition:.5s;width:140px}.scroll-item img{max-height:80px}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-1500px)}}@keyframes scroll2{0%{transform:translateX(0)}to{transform:translateX(-750px)}}@media screen and (max-width:768px){.slide-track{width:1600px}.slide-track2{width:1200px}.slide{width:80px}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-800px)}}@keyframes scroll2{0%{transform:translateX(0)}to{transform:translateX(-400px)}}}