.pagination-justify-content-center {
    justify-content: center!important;
}

@media only screen and (max-width: 540px) {
    .pagination-justify-content-center {
        justify-content: left!important;
    }
}
