.logo {
    max-height: 70px;
}

@media screen and (max-width: 574px) {
    .logo {
        max-height: 40px;
    }
}