.stat-row{column-gap:2rem;display:grid;grid-template-columns:repeat(4,1fr);margin:50px 0;padding:15px 0;row-gap:2rem}.stat-item{align-items:stretch;column-gap:20px;display:flex;flex-direction:row;height:100%;row-gap:10px}.stat-row .stat-item .stat-left{border:4px solid #80e2b1;flex:1;font-size:40px;font-weight:700}.stat-row .stat-item .stat-left,.stat-row .stat-item .stat-right{align-items:center;color:#fff;display:flex;justify-content:center}.stat-row .stat-item .stat-right{flex:2}@media (min-width:631px) and (max-width:1170px){.stat-row{grid-template-columns:repeat(2,1fr)}.stat-item{align-items:center;flex-direction:row}.stat-row .stat-item .stat-left,.stat-row .stat-item .stat-right{flex:none;width:50%}}@media (max-width:630px){.stat-row{grid-template-columns:repeat(1,1fr)}.stat-item{align-items:center;flex-direction:column}.stat-row .stat-item .stat-left,.stat-row .stat-item .stat-right{flex:none;text-align:center;width:100%}}