@media only screen and (max-width: 768px) {
    .pagination {
        display: flex;
        justify-content: center;

    }

    .pagination a {
        text-decoration: none;
    }

    .pagination div {
        width: 40px;
        height: 40px;
        padding: 8px 0;
        border: 1px solid #dcdcdc;
        border-radius: 10px;
        margin: 8px;
        text-align: center;
    }
    .sjpages{
        display: none;
    }

    .p-a {
        color: white;
        background-color: #ff6600;
    }

    .font-s {
        font-size: 12px;
        line-height: 20px;
    }
}
