.counter-wrapper{background:#000;padding:40px 20px}.stats{align-items:center;color:#fff;display:grid;gap:30px 0;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));text-align:center}.stat-box{border-right:1px solid #898989;padding:0 20px}.stat-box:last-child{border-right:none}.stat-box h2{color:#f9db54;font-family:Bebas Neue;font-size:50px;line-height:50px;margin:0 0 10px}.stat-box h2,.stat-box p{font-weight:400;text-align:center}.stat-box p{color:#fff;font-family:Helvetica;font-size:18px;line-height:30px;margin:0 auto;max-width:208px;opacity:80%}@media(max-width:850px){.stats{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.stat-box{border:none}.stat-box:nth-child(odd){border-right:1px solid #898989}}@media(max-width:650px){.stat-box:nth-child(odd){border:none}}