/* Enter Your Custom CSS Here */
@media only screen and (max-width: 767px) {
  #page_caption h1 {
    font-size: 22px !important;
	line-height: 29px !important;
  }
  .blog_wrapper .post_wrapper h1, 
	.blog_wrapper .post_wrapper h2,
	.blog_wrapper .post_wrapper h3 {
	font-size: 19px !important;  
  }
}