.news.news p, time {
    color: #8B8B8B;
}

div.news-list {
    word-wrap: break-word;
}

div.news-list img.preview_picture {
    float: left;
    margin: 0 4px 6px 0;
}

.news-date-time {
    color: #486DAA;
}

.news.news {
    padding: 0;
    margin: 24px 0 74px;

}

.news-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 342px));
    gap: 21px;
    justify-content: center;
}


.pagination-wrapper {
    margin-top: 55px;
}

.news-header h2 {
    margin-bottom: 30px;
}
.news-item.news-item img{
    border-radius: 0;
}