body {
    background: #f5f5f5;
}
.news-view.xs-mt-30.xs-mb-30.lg-mt-60.lg-mb-60 .container {
    background: #fff;
    border-radius: 10px;
    padding: 25px;
}

.news-view.xs-mt-30.xs-mb-30.lg-mt-60.lg-mb-60 {
    margin-top: 20px;
}
section.homepage .container {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
}

section.homepage .news.xs-mb-20 .news__extract {
    display: none;
}
section.homepage .news.xs-mb-20 .tags {
    margin-top: 15px;
}
section.homepage a.news__link.d-block.xs-mt-15.xs-mb-10 {
    font-weight: 600;
}
section.homepage .news.xs-mb-20 a.news__link.d-block.xs-mt-0 {
    font-size: 18px;
    font-weight: 600;
}
.homepage .main .news__title {
    font-size: 60px!important;
    font-weight: 700!important;
    letter-spacing: 0;
    line-height: 105%!important;
    margin-bottom: 20px;
    position: static;
}
.header {
    background-color: #fff!important;
    padding: 0;
}
.header a.nav-link {
    color: #333 !important;
}