.home-news {
    position: relative;
}

    .home-news .p-title {
        color: #003959;
    }

.home-news-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.home-news .grid.wide {
}

.home-news-container {
    padding-top: 64px;
    padding-bottom: 85px;
    position: relative;
    z-index: 2;
}

.home-news-list {
    margin-top: 34px;
}

.home-news-decor {
    position: absolute;

}

    .home-news-decor.decor-1 {
    right: 0;
    bottom: -318px;
    }

    .home-news-decor.decor-2 {
    top: -40px;
    }

/* Mobile & tablet */
@media (max-width: 1023px) {
    .home-news-container {
        padding: 50px 0;
    }
}

/* Tablet */
@media (min-width: 740px) and (max-width: 1023px) {
}

/* Mobile */
@media (max-width: 739px) {
    .home-news-container {
        padding: 30px 0;
    }
    .home-news-decor {
        display: none;
    }
}
