.statsSection{padding:50px 0;margin:0}
.statsSection .typography{font-weight:bold}
.statsSection .grid-textList{padding-top:30px;display:flex;gap:75px;flex-wrap:wrap;text-align:center}
.statsSection .grid-textList p{font-size:16px}
.statsSection .grid-textList.d-centerAlign{justify-content:center}
.statsSection .grid-textList.d-rightAlign{justify-content:flex-end}
.statsSection .grid-textList .valueText span{font-family:proxima-nova,sans-serif !important;font-size:74px;margin-bottom:0;line-height:1;font-weight:bold}
@media(max-width:767px){.statsSection .grid-textList{gap:30px;flex-direction:column;align-items:flex-start}
}