.logo-header {
    vertical-align: middle;
}

.logo-header__link {
    color: inherit;
    display: flex;
    text-decoration: none;
}

.logo-header__img {
    max-width: 105px !important;
    width: 100%;
    height: auto !important;
}

@media (min-width: 1224px) {
    .logo-header__img {
        max-width: none !important;
    }
}
