#section-content {
	padding-bottom: 50px;
}



/* =====================
RESPONSIVE
===================== */

@media only screen and (max-width: 1024px) {
	
}

@media only screen and (max-width: 760px) {
	
	#section-content {
		padding-bottom: 30px !important;
	}
}