
/*===================================== Section Double ================== */

.pageSection-double {
	background-color: #2E89CB;
	padding: 80px 0 0px 0;
}

.pageSection-double .pageSection-text {
	font-size: 36px;
	line-height: 60px;
	color: #FFFFFF;
	font-weight: 700;
}

@media (max-width: 1023px) {
.pageSection-double .pageSection-text {
	font-size: 28.8px;
	line-height: 48px;
}
	
.pageSection-double {
	padding: 64px 0 0 0;
}	
}


@media (max-width: 767px) {
.pageSection-double .pageSection-text {
	font-size: 20px;
	line-height: 33px;
}

.pageSection-double {
	padding: 40px 0 0 0;
}	
}
