section.page-banner.education {
	background-image: url('../images/education-banner.jpg');
}
.education-con .z-1of2 {
	background-color: rgba( 69, 94, 44, 0.2 );
	padding: 0;
}
.education-con .z-1of2 img.thumb {
	float: left;
	width: 50%;
	vertical-align: bottom;
}
.education-con .z-1of2 .edu-text {
	float: left;
	width: 50%;
	padding: 15px 20px;
}
.education-con .edu-text a {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
.education-con .edu-text a.learn-more {
	display: inline-block;
	color: #fff;
	font-size: inherit;
	text-decoration: none;
	background-color: #D08215;
	padding: 6px 25px;
}
.education-con .edu-text a.learn-more:hover {
	background-color: #202020;
}




@media screen and (max-width: 1362px) {
}
@media screen and (max-width: 992px) {
}
@media screen and (max-width: 767px) {
	.education-con .z-1of2 img.thumb {
		width: 100%;
	}
	.education-con .z-1of2 .edu-text {
		padding: 15px;
		width: 100%;
		text-align: center;
	}
	.education-con .edu-text a {
		float: none;
	}
	.education-con .z-1of2 {
		/*max-width: 320px;*/
	}
	.education-con.z-float.z-pv-80 {
		padding-bottom: 30px;
		padding-top: 30px;
	}
}
@media screen and (max-width: 479px) {
	.education-con {
		padding: 0 !important;
	}
	.education-con .z-1of2 {
		width: 100%;
		max-width: 100%;
		padding: 0;
		margin: 0;
	}
}
