body{
	padding: 0;
	margin: 0;
}
.about-page-heading{
	font-family: 'open_sansregular';
	font-size: 40px;
}
.about-page-content-data{
	font-family: 'open_sansregular';
	font-size: 16px;
	opacity: 0.7;
	text-align: justify;
}
.about-logo-section{
	border: 10px solid #FFD700;
	width: 15em;
	height: 30em;
}
.about-section-logo{
	height: 12em;
	width: 12em;
	position: absolute;
	top: 8em;
	left: 10em;
}
.about-section-heading-text{
	font-family: 'open_sansregular';
	font-size: 40px;
	font-weight: bold;
	position: absolute;
	left: -2em;
	top: 4em;
	transform: rotate(-90deg);
}

.pre-primary-section-image{
	height: 20em;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
@media only screen and (max-width: 991px){
	.about-section-heading-text{
		font-size: 30px;
		left: -1em;
		top: 7em;
	}
}