.navigation-space {
        height: 220px!important;
    }
@media (max-width: 768px) {
    .navigation-space {
        height: 80px;
    }
}