h1{
	margin-top: 25px !important;
	color: #1E1E1E !important;
}
@media screen and (max-width: 767px) {
	h1{
		margin-top: 0 !important;
	}
}