.news-container .news-right-section,
.news-container .news-left-section{
    max-height: 800px;
}

@media (max-width: 1299px){
    .news-container .news-right-section,
    .news-container .news-left-section{
        max-height: 575px;
    }
}

.news-container .news-left-section .main-img-wrapper{
    width: 100%;
}