.logo-image {
  margin-top: 50px;
}

#sp-header.header-sticky .logo-image {
    height: 70px;
    margin-top: 0px;
}


@media only screen and (max-width: 768px){
    #sp-footer {
        text-align: center;
    }  
    
    .sp-contact-mobile{
        display: none !important;
    }
}



@media only screen and (max-width: 910px) and (min-width: 770px){
    #sp-footer {
        text-align: center;
    } 
}