/* reduce the font size of the title on mobile*/ 

@media only screen and (max-width: 767px){

.blog .f_blog_post_header h1 a{
  font-size:14px!important;
}

}
