.donot {
	position: relative;
}

.donot .tl,
.donot .tr,
.donot .bl,
.donot .br {
	position: absolute;
	width: 40%;
	color: #999999;
	font-size: 13px;
	line-height: 1.3em;
	margin-top: 0;
}

.donot .tl {
	top: 200px;
	left: 60px;
}
.donot .tr {
	top: 200px;
	left: 300px;
}
.donot .bl {
	top: 400px;
	left: 60px;
}
.donot .br {
	top: 400px;
	left: 300px;
}

@media only screen and (max-width: 1068px) {
	.donot .tl {
		top: 150px;
		left: 40px;
	}
	.donot .tr {
		top: 190px;
		left: 290px;
	}
	.donot .bl {
		top: 370px;
		left: 40px;
	}
	.donot .br {
		top: 370px;
		left: 290px;
	}
}

@media only screen and (max-width: 734px) {
	.donot .tl,
	.donot .tr,
	.donot .bl,
	.donot .br {
		display: none;
	}
}

.minimum-clear {
	margin-top: -4em;
}
@media only screen and (max-width: 734px) {
	.minimum-clear {
		margin-bottom: -3em;
	}
}

.section-content > .row > .column.large-6:first-of-type {
	padding-right: 2em;
}
@media only screen and (max-width: 1068px) {
	.section-content > .row > .column.large-6:first-of-type {
		padding-right: 0;
	}
}