.news-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news-list-item{
    max-width: 285px;
    margin-bottom: 20px;
}
.news-pages{
    width: 100%;
    height: 100%;
}