.header {
    position: static;
    margin-bottom: 16px;
}

.news .container, .news_page .container {
    margin: 0 auto 84px;
}

.news .h2 {
    margin-bottom: 40px;
}

.all_news {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 20px;
    row-gap: 60px;
}

.news_date {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #7d7d7d;
}

.news_item .news_date {
    margin: 30px 0 10px;
}

.news_item .news_title {
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: #151515;
}

.news_page_img {
    width: 100%;
    height: 280px;
    overflow: hidden;
    margin: 30px 0;
}

.news_page_img img {
    width: 100%;
}