.stats-container{display:grid;gap:1rem;grid-template-columns:repeat(4,1fr);padding:2rem}.stat-item{border-right:2px solid #fff;color:#00e893;padding:1rem;text-align:center}.stat-item:nth-child(4n){border-right:none}.stat-number{color:#2fb088;font-family:Merriweather,serif;font-size:2.25rem;font-weight:600;line-height:1;margin-bottom:.5rem}.stat-label{color:#fff;font-size:1rem;font-weight:200}@media (max-width:1199px){.stats-container{grid-template-columns:repeat(2,1fr)}.stat-item{border-bottom:2px solid #fff;border-right:none}}@media (max-width:768px){.stats-container{grid-template-columns:1fr}.stat-item{border-bottom:2px solid #fff;border-right:none}}