/*/////////////////////////////////////////////
//// BEGIN: Section - About
/////////////////////////////////////////////*/
.section-about {
	background: #f26522;
	color: #fff;
}

.section-about h2 {
    margin-bottom: 0;
}

/*/////////////////////////////////////////////
//// BEGIN: Media Queries
/////////////////////////////////////////////*/

/* BEGIN: Hovers */
@media screen and (min-width: 768px) {
}

/* BEGIN: Responsive */
@media screen and (max-width: 1366px) {

	.section-about h2 {
		font-size: 3.7vw;
	}
}

/* BEGIN: iPad / Mobile */
@media screen and (max-width: 960px) {

	.section-about h2 {
		font-size: 4.2vw;
	}
}

/* BEGIN: Mobile */
@media screen and (max-width: 767px) {

	.section-about {
		height: auto;
	}

	.section-about h2 {
		font-size: 7vw;
	}
}
/* FIN */