@media screen and (max-width: 991.98px) {
    .header.header-topbar .top-bar {
        display: flex;
    }
    
    .top-bar > *:not(.block-right) {
        display: none !important;
    }
    
    .top-bar .topbar-links a:not(:first-child) {
        display: none !important;
    }
    
    #wrapperParallax2 .page-title {
        padding-top: 148px !important;
    }
    
    .top-bar .block-right {
        width: 100%;
    }
    
    .top-bar .block-right {
        justify-content: space-between;
    }
    .top-bar {
        padding: 0 0 0 15px;
    }

    
}