@charset "utf-8";

.about01 h2 {
	position: relative;
	margin: auto auto 2% auto;
	width: 80%;
	height: auto;
	color: rgba(0,0,0,0.75);
	font-size: 175%;
	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;
}
.about01 p a {
	position: relative;
	margin: auto auto;
	width: 25%;
	height: auto;
	padding: 1% 2%;
	border-radius: 3px;
	background-color: #6d1380;
	color: #FFF;
	font-size: 80%;
	text-transform: uppercase;
	font-weight: 700;
	transition: 0.5s;
}
.about01 p a:hover {
	background-color: #000;
}


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

	.about01 h2 {
		position: relative;
		margin: auto auto 2% auto;
		width: 80%;
		height: auto;
		color: rgba(0,0,0,0.75);
		font-size: 100%;
		font-weight: 700;
		text-align: left;
	}
	.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;
	}

}