/*gutter spacing added - environment section*/
@media only screen and (min-width: 1069px) {
	.section-environment {
		margin-bottom: 2em;
	}
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-environment {
		margin-bottom: 2em;
	}
}
