.news-item .date {
    font-size: 11px;
    line-height: 20px;
    font-weight: 500;
}
.news-item .img-thumbnail{
    border:0px;
}
.news-item p{
    margin: 6px 0px 0px;
    font-size: 14px;
    color: #888888;
}
.news-container .news-item:not(:first-of-type){
    margin-top: 30px;
}
.news-container .news-item{
    padding: 0px 0px 30px 0px;
    border-bottom: 1px solid #e5e5e5;
}
.news-container img{
	max-width:100%;
	object-fit: contain;
}

ul>li,p{
	font-size:14px;
}
h3{
	font-size:18px;
}

.news-item *{
	font-weight:300;
}
