.big-numbers-container{display:flex;flex-wrap:wrap;justify-content:space-around;text-align:center}.big-number-box{max-width:20%}.big-number-box h2{font-weight:500;margin-bottom:10px}.big-number-box h3{font-weight:400}@media screen and (max-width:768px){.big-number-box{flex-basis:calc(50% - 10px);max-width:100%}}