.offices__num_amount {
    font-size: 100px !important;

}

@media screen and (max-width: 768px) {
    .offices__num_amount {
        font-size: 40px !important;
    }
}