.justify-content-center 
{    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;


}

    .d-flex {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
    }