.container .news__list {flex:1;}
@media screen and (min-width: 1280px) {
    .container .news__item {
        height: 95%;
        justify-content: space-between;
    }
}