.mb-0 {
    margin-bottom: 0 !important;
}

.align-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}
.align-stretch > * {
    height: 100%;
}
@media (max-width: 1200px) {
    .remove-bottom-space-on-mobile {
        margin-bottom: -5rem;
    }
}
@media (max-width: 599px) {
    .remove-bottom-space-on-mobile {
        margin-bottom: -8em;
    }
}