@media screen and (max-width: 1100px)
{
    #news .news_content .categories
    {
        width: 26%;
    }
    #news .news_content .news_articles
    {
        width: 74%;
    }
    #news .news_content .news_articles .list_articles li
    {
        width: calc(50% - 1.5rem);
    }
    #news .news_content .news_articles .list_articles li:nth-child(3n + 3)
    {
        margin-right: 2.2rem;
    }
    #news .news_content .news_articles .list_articles li:nth-child(2n +2)
    {
        margin-right: 0;
    }
}
@media screen and (max-width: 1000px){
    .breadcrumbs{
        margin-top: 14rem;
    }
    .breadcrumbs ul{
        justify-content: center;
    }
}
@media screen and (max-width: 950px)
{
    #news .news_content .row
    {
        flex-direction: column;
    }
    #news .news_content .categories
    {
        width: 50%;
        padding-right: 0;
    }
    #news .news_content .news_articles
    {
        width: 100%;
    }
}

@media screen and (max-width: 700px)
{
    #news .news_content .categories
    {
        width: 100%;
    }
}

@media screen and (max-width: 600px)
{
    #news .news_content .news_articles .list_articles li
    {
        width: 100%;
        margin-right: 0;
    }
    #news .news_content .news_articles .list_articles li:nth-child(3n + 3)
    {
        margin-right: 0;
    }
}
