.mb-negative {
    margin-top: 40px;
}

@media (min-width: 992px) {
    .mb-negative {
        margin-top: 50px;
    }
}


@media (min-width: 1200px) {
.mb-negative {
    margin-bottom: -60px;
}
}
