@charset "utf-8";

.about_us_head {
	color: #6a883a;
	
}

.team_head {
	color: #0095c8;
}

.vision_mission_head {
	color: #fbad18;
}

.values_head {
	color: #ffab20;
}




#about_us_wrapper {
	float: left;
	width: 98%;
	margin: 1%;
	background-color: #FFF;
	font-family: "raleway";
	font-size: 16px;
}




#about_us_content {
	width: 96%;
	float: left;
	padding: 2%;
	/*background-image: url(images/about_us_content_bg.jpg);*/
	background-size: contain;
	-webkit-background-size: contain;
	margin-bottom: 20px;
}

.about_info {
	margin: 2%;
	padding: 0%;
	float: left;
	width: 94%;
	height: auto;	
	}

.about_info p {
	padding: 2%;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	
}


#about_us_image {
	width: 98%;
	float: left;
	margin: 1%;
}



@media only screen and (min-width: 481px) { 


#about_us_wrapper {
	float: left;
	width: 98%;
	margin: 1%;
	background-color:#FFF;
}
#about_us_content {
	width: 96%;
	float: left;
	padding: 2%;
	/*background-image: url(images/about_us_content_bg.jpg);*/
	background-size: contain;
	-webkit-background-size: contain;
	margin-bottom: 20px;
}

.about_info {
	margin: 2%;
	padding: 0%;
	float: left;
	width: 94%;
	height: auto;	
	}

.about_info p {
	padding: 2%;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	
}

#about_us_image {
	width: 98%;
	float: left;
	margin: 1%;
}



}


@media only screen and (min-width: 769px) {
	
#about_us_wrapper {
	float: left;
	width: 98%;
	margin: 1%;
	background-color: #FFF;
}
#about_us_content {
	width: 48%;
	float: left;
	padding: 1%;
	/*background-image: url(images/about_us_content_bg.jpg);*/
	background-size: contain;
	-webkit-background-size: contain;
	margin-bottom: 20px;	
}
.about_info {
	margin: 2%;
	padding: 0%;
	float: left;
	width: 94%;
	height: auto;	
	}

.about_info p {
	padding: 2%;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	
}

#about_us_image {
	width: 48%;
	float: left;
	margin: 1%;
}
	
	
	 }
