.news .news__item .inner-article__img {
    width: 100%;
    margin-right: 15px;
    max-width: 50%;
    padding-bottom: 0%;
}

@media (max-width: 479px) {
    .news .news__item {
        display: block;
    }
    .news .news__item .inner-article__img {
        margin-bottom: 15px;
    }
}

@media (max-width: 1199px) {
    .news__item._flex {
          width: calc(100% / 2 - 24px) !important;
    }
}

@media (max-width: 991px) {
    .news__item._flex {
        width: 100%  !important;
    }
}