.stat-grid{display:grid;gap:25px;grid-template-columns:1fr}.stat-card{align-items:center;border-radius:2px;display:flex;flex-direction:column;height:160px;justify-content:flex-end;margin:0;padding:24px 16px;text-align:center}.stat-card:first-child{background-color:#fdeeff}.stat-card:first-child .stat{color:#cd1ecd}.stat-card:nth-child(2){background-color:#e5fff2}.stat-card:nth-child(2) .stat{color:#00954b}.stat-card:nth-child(3){background-color:#fff8db}.stat-card:nth-child(3) .stat{color:#e67e05}.stat{font-size:4.5em;margin:0}.stat-details{font-size:1.1875em;margin:0}.stat-grid__title{font-size:2.0625em;margin:0 0 40px;max-width:650px}@media (min-width:768px){.stat-grid{gap:20px;grid-template-columns:repeat(3,1fr)}.stat-card{height:210px;justify-content:normal;padding:32px 16px 24px}.stat-grid__title{font-size:3em;margin:0 0 40px}}