.section-1 {
	background-color: #FFFFFF;
}
.section-1 h1 {
	color: #898989;
}

.section-2 {
	background-image: url('../images/EEI-Engineering-Manufacturing-5_06.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
.section-2 .z-column {
	background-color: rgba( 255, 255, 255, 0.64 );
}
.section-2 .z-button {
	background: #e6160d;
	display: block;
	margin-top: 20px;
}
.section-2 .z-1of3 {
	color: #000000;
	background-color: rgba( 255, 255, 255, 0.77 );
	position: relative;
	padding-top: 170px;
	margin-top: 40px;
}
.section-2 .z-1of3 img {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 75%;
}

@media only screen and (max-width: 1362px) {
	.section-2 .z-1of3 {
		margin-top: 100px;
		padding-top: 130px;
	}
}

@media only screen and (max-width: 992px) {
	.section-2 .z-1of3 {
		margin-top: 130px;
		padding-top: 15%;
	}
}

@media only screen and (max-width: 767px) {
	.section-2 .z-1of3 {
		padding-top: 20%;
	}
}

@media only screen and (max-width: 479px) {
	.section-2 .z-1of3 {
		padding-top: 40%;
		margin-bottom: 40px;
	}
}
