.column {
	float: left;
	margin-bottom: 1em;
}
.column.text {
	width: 60%;
	padding-right: 1em;
}
.column.map {
	min-width: 40%;
	min-height: 300px;
}
@media (max-width: 700px) {
	.column {
		float: none;
	}
	.column.text {
		width: 100%;
	}
	.column.map {
		width: 100%;
	}
}