.new_section {
	margin-bottom: 15px;
}
.new_section ul {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	width: 100%;
}
.content .new_section ul li {
	list-style: none;
}
.content .new_section ul li a {
	text-transform: uppercase;
}