section.stats .wrapper{display:flex;align-items:flex-start;justify-content:space-between;flex-direction:row;flex-wrap:wrap;gap:24px}section.stats .wrapper .stat{flex-basis:100%;text-align:center}section.stats .wrapper .stat h3{font-size:2.5rem;font-weight:300}section.stats .wrapper .stat p{font-weight:800}@media only screen and (min-width: 601px){section.stats .wrapper{display:flex;align-items:flex-start;justify-content:space-between;flex-direction:row;flex-wrap:wrap}section.stats .wrapper .stat{flex-basis:calc(50% - 12px);text-align:left}section.stats .wrapper .stat h3{font-size:2.5rem}}@media only screen and (min-width: 992px){section.stats .wrapper{display:flex;align-items:flex-start;justify-content:space-between;flex-direction:row;flex-wrap:wrap}section.stats .wrapper .stat{flex-basis:calc(25% - 18px)}section.stats .wrapper .stat h3{font-size:3.5rem}}
