.header {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}
.header--collapsed {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}
@media (min-width: 1600px) {
    .header__logo img {
        height: 54px !important;
    }
}
.header-space{
    height: 70px !important;
}
.header__logo img {
        height: 54px !important;
    width: auto;
}
@media (min-width: 992px) {
    .header {
        padding: 8px 3rem 8px 3rem !important;
    }
}
@media (min-width: 1600px) {
    .header__logo img {
        height: 54px !important;
    }
}