.section-1 {
	background-color: #EAEEF2;
	background-image: url('../images/EEI-Quality---5_03.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

.section-2 {
	background-color: #ccd9e3;
}
.section-2 img {
	max-width: 100%;
}

.section-3 {
	background-color: #7692ab;
	background-image: url('../images/EEI-Quality---5_09.jpg');
	background-position: top center;
	background-repeat: repeat-x;
}
.section-3 .certificate {
	background: #FFFFFF;
}
.section-3 .certificate-title {
	color: #064b85;
}
.section-3 .z-button {
	background: #ea141c;
}

@media only screen and (max-width: 767px) {
	.section-1 {
		background-image: none;
	}
	.section-1 .z-container {
		padding: 0 2%;
	}
}

