#page .column:first-child {
	width: 40%;
}
#page .column:last-child {
	width: 60%;
}
#page .column img {
	float: left;
	margin: 0 0 20px;
	width: 100%;
}
@media (max-width: 1200px) {
	#page .column h2 {
		font: bold 30px/1 'Montserrat',sans-serif;
	}
}
@media (max-width: 950px) {
	#page .column h2 {
		font: bold 25px/1 'Montserrat',sans-serif;
	}
}
@media (max-width: 700px) {
	#page .column:first-child {
		width: 100%;
	}
	#page .column:last-child {
		width: 100%;
	}
}
