.ms-auto {
    margin-right: unset !important;
    margin-left: auto !important;

}

@media (min-width: 992px) {
    .text-lg-end {
        text-align: right !important;
    }
}

@media (min-width: 992px) {
    .justify-content-lg-end {
        justify-content: flex-start !important;
    }
}