.section-1 {
	background-color: #FFFFFF;
	background-image: url('../images/EEI-About-5_03.jpg');
	background-position: top right;
	background-repeat: no-repeat;
	background-size:cover;
	
} 
.section-1 .z-3of5 {
	padding: 0;
}

.section-2 {
	background-image: url('../images/EEI-About-5_05.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 h1 {
	color: #000000;
}

.section-3 {
	background-image: url('../images/EEI-About-5_06.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #FFFFFF;
}
.section-3 h1 {
	color: #FFFFFF;
}
.section-3 h4 {
	font-weight: 600;
}
.section-3 .z-1of3 {
	color: #000000;
	background-color: rgba( 255, 255, 255, 0.77 );
	position: relative;
	padding-top: 110px;
	margin-top: 40px;
}
.section-3 .z-1of3 img {
	position: absolute;
	top: 0;
	left: 50%;

	transform: translate(-50%, -50%);
}
.letter-section {
	background-image: url('../images/main-bg.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
.letter-section .box {
    background-color: rgba(255, 255, 255, 0.64);
    padding: 25px 40px;
}
.letter-section .text3 {
    font-size: 60px;
    font-style: italic;
    max-width: 400px;
}
.letter-section .text3 strong {
    font-weight: normal;
}
.letter-section .text3 strong.t1 {
    font-size: 36px;
}
.letter-section .text3 strong.t2 {
    display: inline-block;
    float: right;
    line-height: 41px;
}
.letter-section .text3 strong.t3 {
    font-size: 24px;
    display: inline;
    float: right;
    margin: -25px 0 0 0;
    font-style: normal;
    font-weight: bold;
}


@media only screen and (max-width: 1762px) {
	.section-1 {
	background-size:auto;
	}
}
@media only screen and (max-width: 992px) {
	.section-1 {
		background-image: none;
	}

	.section-3 .z-1of3 {
		margin-top: 100px;
	}

	.letter-section .box {
	    background-color: rgba(255, 255, 255, 0.64);
	    padding: 20px;
	}
	.letter-section .text3 {
	    font-size: 32px;
	}
	.letter-section .text3 strong.t1 {
	    font-size: 26px;
	}
	.letter-section .text3 strong.t3 {
	    font-size: 20px;
	    margin: 0 0 0 0;

	}
}
