@media (min-width: 1024px) {
    .navigation-space {
        height: 155px !important;
    }
}
@media(max-width:575px) {
.navigation-space {
    height: 280px !important;
}