@media (min-width: 1024px) {
    .header {
        height: 80px;
        padding-top: 1em;
    }
    .header-logo a {
        margin-top: -0.25em !important;
    }
}
@media (max-width: 1023px) {
    .header {
        height: 76px !important;
        padding-top: 0.3em;
        margin-bottom: -1.4em;
    }
    .header .header-content>* {
        height: initial;
        min-height: initial;
    }
    .header i-search .cba-search-box--active {
        margin-top: 1.2em;
    }
    .header-logo a {
        margin-top: -0.02em;
    }
}