.numbers{padding-left:12.8rem}
.numbers-wrapper{display:grid;gap:2.4rem}
.numbers-wrapper-three{grid-template-columns:repeat(3,1fr)}
.numbers-wrapper-four{grid-template-columns:repeat(4,1fr)}
.numbers-wrapper-number{display:flex;flex-direction:column}
.numbers-wrapper-number-number{color:#808A00;margin-bottom:2.4rem}
.numbers-wrapper-number-heading{margin-bottom:1.2rem}
@media screen and (max-width:990px){
.numbers{padding:0 1.5rem}
.numbers-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center}
.numbers-wrapper-number{align-items:center;justify-content:center}
.numbers-wrapper-number-number{color:#808A00;margin-bottom:1.2rem}
.numbers-wrapper-number-heading{margin-bottom:.6rem}
.numbers-wrapper-number-subheading{text-align:center}
}