.header-logo img {
    height: 50px;
}

@media(max-width: 767px) {
    .header-logo img {
        height: 40px;
    }
}