@media (max-width: 991px) {
    
    .mobileoff {
        display: none !important;
    }

    .mobile-text {
        font-size: 2.75em !important;
    }

    #header .header-column .header-row {
        justify-content: center;
    }

    .centermobile {
        text-align: center;
    }

}