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;
}

.banner-img-list h2 {
	text-align: center;
	text-transform: uppercase;
	font-size: 50px;
	font-weight: bold;
	margin-bottom: 30px;
	color: #4d802b;
}

@media (max-width: 992px) {
	.banner-img-list h2 {
		font-size: 40px;
	}
}
@media (max-width: 768px) {
	.banner-img-list h2 {
		font-size: 30px;
	}
}