.sidebar .sidebar__sections--wrap .sidebar__sections--item a {
    color: var(--primary-color);
}

section.amount {
    margin-top: 120px;
    padding: 40px 0 0;
}

.post_desc {
    font-size: 16px;
    line-height: 24px;
    color: #222;
    font-weight: 400;
    margin-bottom: 12px;
}

.see-more .j_btn-explore {
    margin: 60px auto 0;
}

div.james__connect {
    padding-top: 0px;
}

.news-item--content .j_btn-explore::after {
    top: 12px;
}

div.news-item .desc a {
    font: 22px/26px 'garamond-premier-pro', serif;
}

.sidebar .sidebar__buttons {
    padding-top: 12px;
    border-top: 1px solid #e1e1e1;
}

@media screen and (max-width: 991px) {
    div.news-item {
        flex-direction: row;
        gap: 24px;
    }

    .news-list div.news-item .news-item--img img {
        height: 210px;
        width: 250px;
    }

    .james__news--list .james_row {
        flex-wrap: nowrap;
        max-width: 100%;
        overflow-x: auto;
        margin: 0;
    }

    div.james__news .james__news--list {
        position: relative;
    }

    div.james__news .james__news--list::after {
        background: linear-gradient(
            90deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 1) 100%
        );
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 60px;
        z-index: 10;
        height: 100%;
    }

    div.james__news .james__news--list::before {
        background: linear-gradient(
            90deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 1) 100%
        );
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 60px;
        height: 100%;
        z-index: 10;
        transform: rotate(180deg);
    }
}

@media screen and (max-width: 768px) and (min-width: 576px) {
    div.james__news .james__news--list {
        max-width: 100%;
        margin: 0 auto;
    }

    div.james__news .james__news--list .james_col-4:last-child {
        display: block;
    }
}

@media screen and (max-width: 576px) {
    div.news-item {
        flex-direction: column;
    }

    .news-list div.news-item .news-item--img img {
        height: 308px;
        width: 100%;
    }

    .james__news--list .james_row {
        flex-wrap: wrap;
        max-width: 100%;
        overflow-x: unset;
        margin: unset;
    }

    div.james__news .james__news--list::before,
    div.james__news .james__news--list::after {
        display: none;
    }

    .see-more .j_btn-explore {
        margin-top: 0;
        margin-bottom: 60px;
    }
}
