.logo-carousel{overflow:hidden;white-space:nowrap;position:relative;width:100%}.logo-track{display:flex;align-items:center;justify-content:start;gap:30px;width:max-content;animation:scroll 40s linear infinite}.logo-track img{height:180px;width:auto}@keyframes scroll{from{transform:translateX(0)}to{transform:translateX(-100%)}}.nowrap{white-space:nowrap}