h1 {
	   font-size: 40px !important;
   }
h3 {
		font-size: 30px !important;
	}


@media screen and (max-width: 481px) {
   h1 {
	   font-size: 30px !important;
   }
	h3 {
		font-size: 20px !important;
	}
}

