.mb-3, .my-3 {
    margin-bottom: 1rem!important;
}
.justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}
.flex-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.mb-1, .my-1 {
    margin-bottom: .25rem!important;
}
.ml-3, .mx-3 {
    margin-left: 1rem!important;
}