/* Enter Your Custom CSS Here */
.entry-title {
  font-size:	20px;
}

@media only screen and (max-width:768px) {
 h1 {
	 font-size:	25px
}
}