.moving-container{overflow:hidden;white-space:nowrap;position:relative;width:100%;padding:10px 0}.moving-track{display:flex;align-items:center;gap:30px;width:max-content}.move-left{animation:scroll-left 180s linear infinite}.move-right{animation:scroll-right 180s linear infinite}@keyframes scroll-left{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes scroll-right{0%{transform:translateX(-60%)}to{transform:translateX(0)}}.icon-card{flex-shrink:0}.icon-image{width:60px;height:auto}