@media screen and (min-width: 768px) {

 .header__logo { height: 42px !important; }

}

@media screen and (max-width: 767px){

 .header__logo { height: 32px !important; }

}





