#news .content {
	max-width: 800px;	
	margin: 0 auto;
	margin-top: 50px;
}

#news .content h2 {

	font-weight: 500;
	margin-bottom: 0;
	line-height: 1.2;
}

#news .content p.news_date {
	color: rgba(212,90,12,1);
	font-weight: 700;
}
.content hr {
	padding-top: 2em;	
}

@media (max-width: 740px) {
	#news .content {
		margin-top: 10px;
	}
}