@media (max-width: 1100px) {
    .page-banner .title-section {
        position: static;
        display: flex;
        justify-content: center;
        border-radius: unset;
        min-width: unset;
        width: 100vw;
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 33px;
        padding-right: 0px;
        transform: unset;
        margin-left: -2rem;
        margin-right: -2rem;
    }

    .page-banner {
        height: unset;
        background-image: none !important;
    }

    .mobile-menu-toggle {
        display: block;
    }
    nav {
         display: none;
     }

    .quick-link, .options {
        display: none;
    }
}