.stats-section .boxes-wrapper{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.stats-section .box{background-color:#fff;border-radius:12px;box-shadow:0 17px 15px 0 rgba(230,247,248,.5);max-width:332px;padding:20px 30px;text-align:center}.stats-section h3{font-size:38px;font-weight:600;line-height:50px;margin-bottom:0}.stats-section .box-subtitle{margin-bottom:1rem}.stats-section .box-text{color:#1395a1}@media (max-width:750px){.stats-section .boxes-wrapper{display:grid;gap:12px;grid-template-columns:1fr 1fr}.stats-section .box{padding:12px}.stats-section .box:nth-child(2){grid-column:1/-1;max-width:none;order:3;padding-left:2px;padding-right:2px}.stats-section .box:nth-child(3){order:2}.stats-section h3{font-size:20px;line-height:normal}.stats-section .box-subtitle{font-size:16px;line-height:1.5;margin-bottom:4px}}