.middle-container{
	display: block;
	width: 1500px;
	height: 400px;
	left: 50%;
	margin-left: -750px;
	position: relative;
}

.ge-text {
	position: absolute;
	width: 150px;
	top: 0px;
	left: 675px;
}

.qp-text{
	position: absolute;
	width: 350px;
	top: 0px;
	left: 0px;
}

.cp-text{
	position: absolute;
	width: 350px;
	top: 85px;
	left: 0px;
}

.op-text {
	position: absolute;
	width: 350px;
	top: 190px;
	left: 0px;
}

.au-text {
	position: absolute;
	width: 350px;
	top: 0px;
	right: 0px;
}

.it-text {
	position: absolute;
	width: 350px;
	top: 0px;
	right: 0px;
}

.center-image {
	position: absolute;
	width: 600px;
	top: 100px;
	right: 450px;
}

h3{
	margin-bottom: 40px;
}

/* MEDIA REQIES */
@media screen and (max-width: 1600px){
	.middle-container{
		width: 1000px;
		height: 400px;
		margin-left: -500px;
	}
	
	.ge-text {
		left: 425px;
	}	
	
	.au-text {
		width: 200px;
	}

	.it-text {
		width: 200px;
	}
	
	.center-image {
		position: absolute;
		width: 400px;
		top: 100px;
		right: 300px;
	}
}

@media screen and (max-width: 1100px){
	.middle-container{
		width: 600px;
		height: 300px;
		margin-left: -300px;
	}
	
	.ge-text {
		width: 150px;
		top: 0px;
		left: 225px;
		font-size: 14px;
	}
	
	.qp-text{
		width: 150px;
		top: 0px;
		font-size: 14px;
	}
	
	.cp-text{
		width: 150px;
		top: 70px;
		font-size: 14px;
	}
	
	.op-text {
		width: 150px;
		top: 160px;
		font-size: 14px;
	}
	
	.au-text {
		width: 160px;
		font-size: 14px;
	}
	
	.it-text {
		width: 160px;
		top: 0;
		font-size: 14px;
	}
	
	.center-image {
		width: 260px;
		top: 120px;
		right: 170px;
	}
}

@media screen and (max-width: 700px){
	.middle-container{
		display: block;
		width: 100%;
		height: auto;
		left: 0;
		margin-left: 0;
		position: relative;
	}
	
	.ge-text {
		position: relative;
		width: 80%;
		top: 0;
		left: 0;
		margin-left: 10%;
		font-size: 17px;
		margin-bottom: 20px;
		text-align: center;
	}
	
	.qp-text{
		position: relative;
		width: 80%;
		top: 0;
		left: 0;
		margin-left: 10%;
		font-size: 17px;
		margin-bottom: 20px;
		text-align: center;
	}
	
	.cp-text{
		position: relative;
		width: 80%;
		top: 0;
		left: 0;
		margin-left: 10%;
		font-size: 17px;
		margin-bottom: 20px;
		text-align: center;
	}
	
	.op-text {
		position: relative;
		width: 80%;
		top: 0;
		left: 0;
		margin-left: 10%;
		font-size: 17px;
		margin-bottom: 20px;
		text-align: center;
	}
	
	.au-text {
		position: relative;
		width: 80%;
		top: 0;
		right: 0;
		margin-left: 10%;
		font-size: 17px;
		margin-bottom: 20px;
		text-align: center;
	}
	
	.it-text {
		position: relative;
		width: 80%;
		top: 0;
		right: 0;
		margin-left: 10%;
		font-size: 17px;
		text-align: center;
	}
	
	.center-image {
		position: relative;
		width: 80%;
		top: 0;
		right: 0;
		margin-left: 10%;
		margin-bottom: 20px;
	}
}