.pageit_list
    {
    
    }
    .pageit_list .item
        {
        padding: 50px 0;
        }
        .pageit_list .item:not(:last-child)
            {
            border-bottom: 2px #e3e3e3 solid;
            }

        .pageit_list .item .title
            {
            font-weight: 700;
            margin-bottom: 15px;
            }
        .pageit_list .item .more
            {
            text-align: right;
            padding-right: 40px;
            }

.pageit_single
    {
    
    }
    .pageit_single h2
        {
        color: #3A3A3A;
        text-align: center;
        width: 80%;
        margin: 15px auto;
        }

ul.pagination
    {
    list-style: none;
    display: flex;
    justify-content: center;
    }

.pagination .page-link
    {
    color: #000;
    display: block;
    padding: 5px 10px;
    font-size: 22px;
    font-weight: 500;
    border: 0;
    background: none;
    }
    .pagination .page-item.active .page-link,
    .pagination .page-link:hover
        {
        border: 0;
        background: none;
        color: #ff0000
        }



/* ============================================================================ */
/* Телефон - меньше 768px   =================================================== */
/* ============================================================================ */
@media (max-width: 768px) {

.pageit_single
    {
    padding-top: 30px;
    }
    .pageit_single h2
        {
        width: 100%;
        font-size: 24px;
        line-height: 26px;
        }


}