.stats{background:#f5892d;color:#f5f5f5;text-align:center}.stats h1{font-size:3rem;margin-bottom:2.5rem;color:#fff}.stats .section-title{color:#fff}.stats-container{display:flex;max-width:1200px;margin:0 auto;flex-wrap:wrap!important}.stat-item{flex:1;padding:0 2rem;position:relative}.stat-item+.stat-item::before{content:"";position:absolute;top:10%;bottom:10%;left:0;width:1px;background:rgba(255,255,255,.4)}.stat-item h2{font-size:4rem;margin:0 0 1rem;font-weight:300}.stat-item p{font-size:2rem;margin:0;line-height:1.4}@media (max-width:768px){.stats-container{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.stat-item{padding:1rem}.stat-item+.stat-item::before{content:none}.stat-item h2{font-size:3rem}.stat-item p{font-size:1.5rem}}