.title_megamenu-companion{
    color: #10A879;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 20px;
}


@media only screen and (max-width: 768px){
    ul.social-icons {
        display: none;
    }
    
    
    #sp-header.header-sticky {
        padding-top: 0px;
        .logo-image {
            filter: brightness(100);
            height: 60px;
            margin-bottom: 0px;
        }
    }
}  
