.columnLayout {
	padding-top: 100px;
	padding-bottom: 120px;
}

.columnLayout > .col.right {
	margin-top: 100px;
}

@media screen and (min-width: 1000px) {
	.columnLayout {
		overflow: hidden;
		padding-top: 130px;
		padding-bottom: 200px;
	}

	.columnLayout > .col.left {
		width: calc(100% - 400px);
		max-width: 750px;
		float: left;
	}

	.columnLayout > .col.right {
		width: 330px;
		float: right;
		margin-top: 0;
	}
}