/* Banner responsive fix for support page */
@media screen and (max-width: 1499px) {
    .gridHeader {
        grid-template-columns: 1fr !important;
        background-color: #4540E1 !important;
    }
    
    .header-background {
        background-image: none !important;
    }
    
    .gridHeader > div:nth-child(1) {
        width: 90% !important;
        margin-left: 5% !important;
        margin-right: 5% !important;
    }
}
