.carousel-container{width:100%;height:50px;position:relative;overflow:hidden}.carousel-track{justify-content:center;align-items:center;gap:100px;width:500%;height:100%;animation:50s linear infinite desktopAnimation;display:flex;position:absolute;left:0}@media (max-width:1025px){.carousel-track{width:700%;animation:50s linear infinite tabletAnimation}}@media (max-width:640px){.carousel-track{width:1500%;animation:50s linear infinite mobileAnimation}}@keyframes desktopAnimation{0%{left:-112px}to{left:-2897px}}@keyframes tabletAnimation{0%{left:-748px}to{left:-3533px}}@keyframes mobileAnimation{0%{left:-585px}to{left:-3370px}}
