.feature-icons-wrapper{background:#fff;border-bottom:1px solid #e6e6fa;overflow:hidden;padding:1.5rem 0;width:100%}.feature-icons-track{animation:scroll-left 120s linear infinite;display:flex;width:fit-content}.feature-item,.marquee-group{align-items:center;display:flex;flex-shrink:0}.feature-item{justify-content:center;padding:0 2.5rem;white-space:nowrap}.feature-item .icon{align-items:center;color:#639;display:flex;height:2.5rem;justify-content:center;width:2.5rem}.feature-item .label{color:#333;font-weight:500;margin-left:.5rem}.divider{background-color:#ffb6c1;flex-shrink:0;height:2rem;margin:0 2.5rem;width:1px}@keyframes scroll-left{0%{transform:translateX(0)}to{transform:translateX(-50%)}}