@media (min-width:768px) and ( max-width:992px ){

    .xx{
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        text-align: center !important;
        margin-top: 25px !important;
    }

}
