@media only screen and (max-width: 767px) {
    .logo a {
        text-align: center !important; 
        display: block !important;
        margin: 0 auto !important; 
    }
}