@charset "UTF-8";

.sec-hero {
}
.sec-about {
}
.sec-about h2 {
	color: #aaaaaa;
	font-weight: normal;
}
.sec-outline {
}

@media screen and (min-width: 751px){
	.sec-about h2 {
		font-size: 46px;
	}
}

@media screen and (max-width:750px){
	.sec-about h2 {
		font-size: 26px;
	}
	
}