.news-page .page-content p {
    margin-bottom: 1.2em;
}

.news-page .page-content__big-image:before {
    background-image: url("images/list.svg");
    background-size: contain;
    width: 85px;
    height: 75px;
    right: 0;
    bottom: -49px;
}

.news-page .page-content__big-image {

}

@media all and (min-width: 640px) {
    .news-page .page-content__big-image:before {
        width: 100px;
        height: 95px;
        right: 0;
        bottom: -64px;
    }
}

@media only screen and (min-width: 992px) {
    .news-page .page-content__big-image:before {
        width: 120px;
        height: 120px;
        right: 90px;
        bottom: -77px;
    }
}

@media all and (min-width: 1370px) {
    .news-page .page-content__big-image:before {
        width: 147px;
        height: 161px;
        bottom: -102px;
        right: 145px;
    }
}


.page-content__text p + p {
    margin-top: 16px;
}