.bx-news-list .news-item {
	margin-bottom: 50px;
}

.bx-news-list .news-item:last-of-type {
	margin-bottom: 0;
}

.bx-news-list .news-item .news-item-preview {
	width: 100%;
}

.bx-news-list .news-item .news-item-title {
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	color: #535353;
	display: block;
	margin-bottom: 15px;
    text-decoration: underline;
}

.bx-news-list .news-item .news-item-date {
	font-size: 18px;
	text-transform: uppercase;
	color: #535353;
}

.bx-news-list .news-item .news-item-text {
	font-size: 18px;
	text-indent: 20px;
	color: #535353;
}


@media (max-width: 1309px) {

}

@media (max-width: 991px) {

}

@media (max-width: 767px) {
	.bx-news-list .news-item .row > *:last-of-type {
		text-align: center;
	}
	
	.bx-news-list .news-item .news-item-preview {
		margin-bottom: 30px;
	}

	.bx-news-list .news-item .news-item-text {
		font-size: 12px;
		line-height: 24px;
	}
}