.stat-cards-container *{box-sizing:border-box}.stat-cards-container{background:transparent;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(min(280px,100%),1fr));padding-bottom:64px;padding-top:64px;width:100%}.stat-cards-container .stat-card{align-items:center;border-radius:10px;box-shadow:0 0 15px rgba(0,0,0,.1);display:flex;flex:1;flex-direction:column;justify-content:space-between;padding:30px;width:100%}.stat-cards-container .stat-card *{text-align:center}.stat-cards-container .stat-card h2{line-height:1;margin-bottom:0}.stat-cards-container .stat-card .stat-card-source,.stat-cards-container .stat-card .stat-card-text{margin-bottom:0}.stat-cards-container .stat-card .stat-card-source{margin-top:1.4rem}@media (min-width:768px){.stat-cards-container .stat-card h2{font-size:72px}}@media (max-width:767px){.stat-cards-container{align-items:center;flex-direction:column}}