.stats{background:linear-gradient(135deg,#0a1f44,#0d2c5c);color:#fff;padding:60px 20px}.container{display:flex;flex-wrap:wrap;gap:30px;justify-content:space-between;margin:auto;max-width:1200px}.stat{flex:1 1 220px;padding:20px;position:relative;text-align:center}.stat:not(:last-child):after{background:hsla(0,0%,100%,.2);content:"";height:60%;position:absolute;right:-15px;top:50%;transform:translateY(-50%);width:2px}.stat i{color:#4da3ff;font-size:32px;margin-bottom:15px}.stat h2{color:#fff;font-size:32px;margin-bottom:5px}.stat h4{color:#fff;font-size:16px;font-weight:600;margin-bottom:10px}.stat svg{fill:#5a84ed;width:50px}.stat p{color:#fff}@media (max-width:900px){.container{justify-content:center}.stat:not(:last-child):after{display:none}}@media (max-width:600px){.stat{flex:1 1 100%}}