.stat-card-section{display:flex;justify-content:center;align-items:center;width:100%}.stat-cards-container{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;text-align:center;width:100%;max-width:1200px}.stat-card{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:250px;width:45%;padding:30px 15px;margin:15px;border-radius:10px;font-weight:bold}.stat-card a{color:white;text-decoration:underline}.stat-card h2{font-size:80px}.stat-card h2,p{margin:0px}@media(max-width:639px){.stat-card{width:80%}}