.carousel-container{background-color:#141414;border-radius:5px;width:100%;position:relative;overflow:hidden}.carousel-track{justify-content:center;align-items:center;gap:35px;animation:8s linear infinite scroll;display:flex}.carousel-image{flex-shrink:0}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-885px)}}
