.numbers-section{margin:0;padding:0;width:100%}.numbers-layout{box-sizing:border-box;max-width:100%;padding:30px;width:100%}.numbers-wrap{display:flex;flex-wrap:wrap;gap:14px}.numbers-number-card{background:#fff;border-radius:0;box-sizing:border-box;display:flex;flex:1 1 calc(50% - 14px);flex-direction:column;max-width:calc(50% - 14px);padding:28px}.numbers-wrap.three-col .numbers-number-card{flex:1 1 calc(33.333% - 14px);max-width:calc(33.333% - 14px)}.numbers-wrap.four-col .numbers-number-card{flex:1 1 calc(25% - 14px);max-width:calc(25% - 14px)}.numbers-value{display:flex;font-size:42px;font-weight:400;line-height:1.2;margin-bottom:8px}.numbers-number-label{color:#333;font-size:1rem;line-height:1.4}@media (max-width:768px){.numbers-wrap{flex-direction:column}.numbers-number-card{flex:1 1 100%!important;max-width:100%!important}}