li {margin-bottom: 15px;}
p {margin-bottom: 15px!important;}
p, li, i {
  /* hyphens */
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
  hyphens: auto; }
.ba-blog-post-title {
  pointer-events: none;
        cursor: default;
        text-decoration: none;
}