@media only screen and (max-width: 768px) {
	section.about {
		padding:90px 0px;
	}
	section {
		padding:0px;
	}
}
@media only screen and (min-width: 769px) and (max-width: 991px) {
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
}