@media screen and (max-width: 1600px) and (min-width:0px) {}

@media screen and (max-width: 1440px) and (min-width:0px) {}

@media screen and (max-width: 1200px) and (min-width:0px) {}

@media screen and (max-width: 992px) and (min-width:0px) {}

@media screen and (max-width: 640px) and (min-width:0px) {
    .page-item {
        margin: 5px !important;
    }

    .page-link {
        padding: 5px 8px !important;
        font-size: 12px !important;
    }

    .pagination-container {
        padding: 0 !important;
    }

    .page-total-count {
        font-size: 14px !important;
    }
}