.about01 h2 {
	position: relative;
	margin: auto auto 5% auto;
	width: 80%;
	height: auto;
	color: rgba(0,0,0,0.75);
	font-size: 150%;
	font-weight: 700;
	text-align: left;
}
.about01 p {
	position: relative;
	margin: auto auto 2% auto;
	width: 80%;
	height: auto;
	color: rgba(0,0,0,0.9);
	font-size: 80%;
	text-align: left;
}

@media only screen and (min-width : 0px) and (max-width : 768px) {

	.about01 p {
		position: relative;
		margin: auto auto 5% auto;
		width: 80%;
		height: auto;
		color: rgba(0,0,0,0.9);
		font-size: 70%;
		text-align: justify;
	}

}