.stats-grid{background-color:#03d38e;border-bottom:1px solid #049e6a;border-top:1px solid #049e6a;display:grid;grid-template-columns:repeat(2,1fr)}.stat-card{border-right:1px solid #049e6a;box-sizing:border-box;flex:1;padding:40px 20px}.stat-card:last-child{border-right:none}.stat-value{color:#1f2125;font-size:3rem;font-weight:700;margin-bottom:10px;text-align:center}.stat-text{color:#024a32;font-size:1rem;line-height:1.4}@media (max-width:768px){.stats-grid{gap:30px;grid-template-columns:1fr}.stat-card{border-bottom:1px solid #049e6a;border-right:none;padding-bottom:20px}}