#heading1{
	font-size:35px !important;
}

@media only screen and (max-width:640px){
	
	#heading1{
	font-size:25px !important;
}

}