.AboutData{
	margin-bottom: 100px;
}
.AboutImage{
	width: 100%;
	height: 250px;
}
.AboutDataText{
	font-size: 14px;
	color: #000;
	text-align: justify;
	text-indent: 30px;
}
.AboutDataTitle{
	font-weight: bold;
	color: #000;
	text-align: left;
	background-color: #f2f2f2;
	border-left: 5px solid #ff0204;
	padding: 10px 20px;
	margin-bottom: 30px;
}

/*Mission and Vision*/

.MissionContainer{
	box-shadow: 0 5px 10px #ccc;
	padding: 20px;
	background-color: #fff;
	margin-bottom: 50px;
}
.MissionTitle{
	font-weight: 600;
	color: #000;
}