.subheader {
	padding: 0 !important;
}

body > section {
	width: 100%;
	background-color: #333D83;
	color:#fff;
	font-family: 'Ruda', sans-serif;
	padding: 25px 0;
}

body > section > article {
	border-bottom: 1px solid #fff;
	margin: 25px auto 0 auto;
	max-width: 810px;

	-webkit-columns: 405px 2;
	-webkit-column-gap: 5px;
	-moz-columns: 405px 2;
	-moz-column-gap: 5px;
	columns: 405px 2;
	column-gap: 5px;
}

body > section > article > h2 {
	-webkit-column-span: all;
	-moz-column-span: all;
	column-span: all;
	padding-bottom: 5px;
}

body > section > article > p {
	-webkit-column-span: all;
	-moz-column-span: all;
	column-span: all;

	font-size: 90%;
	padding-bottom: 2px;
	padding-top: -2px;
}

body > section > article > img {
	width: 400px;
	height: auto;
}
