.news-container .news-details {
    max-width: 950px;
    width: 100%;
    margin: 0 auto;
}

/*noinspection CssOptimizeSimilarProperties*/
.news-container .news-details .image-holder {
    max-width: 600px;
    height: 300px;
    width: 100%;
    text-align: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
    margin: 0 auto 60px;
}

.news-container .news-details .image-holder > img {
    max-width: 100%;
    max-height: 100%;
}

.news-container .separate {
    margin-top: 20px;
}

.news-container p {
    margin: 0 0 2px;
}