@media ( min-width: 768px ) { 
	h1 {
		padding-left: inherit;
	}
}
@media ( min-width: 992px ) {
	
}