@media (max-width: 900px) {

}

@media (max-width: 600px) {
    .articles {
        border-radius: 0;
        padding: 20px;
    }
    .articles_header {
        color: #000;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    .articles_list {
        gap: 16px;
    }
    .articles_item {
        gap: 12px;
    }
    .articles_item svg {
        width: 22px;
        height: 22px;
    }
    .articles_item a {
        color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
    }
    .articles_item > svg {
        flex: 0 0 22px;
    }
    .articles_item_ad_label {
        color: #000;
        font-size: 8px;
        font-style: normal;
        font-weight: 500;
        line-height: 10px;
    }
    .articles_item_ad_modal {
        position: absolute;
        bottom: 30px;
        right: 0;
        left: auto;
        width: 150px;
    }
    .articles_item_ad_text {
        color: #000;
        font-size: 11px;
        font-style: normal;
        font-weight: 500;
        line-height: 13px;
    }
    .articles_footer {
        display: block;
    }
    .articles_more {
        color: #357FFC;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 18px;
    }
}