.stat-col{display:flex;justify-content:space-between}.stat-col-item{background:rgba(113,128,150,.25);flex:1;margin-left:4px;padding:40px 32px}.stat-col-item:first-child{border-radius:20px 0 0 20px;margin-left:0}.stat-col-item:last-child{border-radius:0 20px 20px 0;margin-right:0}.stat-col-item h4{font-size:60px;font-weight:700}.stat-col-item p{font-weight:400}.stat-col-item h4,.stat-col-item p{color:#fff;margin:0}@media (max-width:720px){.stat-col{flex-direction:column;margin:0 auto;max-width:400px;text-align:center}.stat-col-item:first-child{border-radius:20px 20px 0 0}.stat-col-item:last-child{border-radius:0 0 20px 20px}.stat-col-item{margin-left:0;margin-top:4px}}