.news-row-list{
    display: flex;
}

.news-row-item{
    margin-right: 20px;
    flex-grow: 1;
    max-width: calc((100% - 40px) / 3);
}

.news-row-item:last-child{
    margin-right: 0;
}

.news-row-item-img{
    margin-bottom: 13px;
    border-radius: 4px;
    overflow: hidden;
    height: 225px;
    background-position: center center;
    background-size: cover;
}

.news-row-item-title{
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 13px;
}

.news-row-item-description{
    font-size: 14px;
    margin-bottom: 10px;
}

.news-row-item-date{
    font-size: 12px;
    color: #424242;
}









