/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

  .pp-container .page-center .blog-post__body p{
    margin-bottom: 15px;
  }
  .pp-container .page-center .blog-post__body h2{
    margin: 15px 0; 
  }
.blog-banner-grp h1{
  font-size: 55px !important;
}
.pp-container .blog-post__body h3 {
    margin-top: 30px;
    margin-bottom: 15px;
}
h1.blog-post__title {

    font-size: 45px;
    line-height: 58px;

}
.post-page-full .blog-header-full {

    background-color: #fff;
    /* margin-bottom: 50px; */
    /* padding-bottom: 50px; */
    padding-top: 100px;

}

#comments-listing .comment-body p, .blog-post li, .blog-post p {

    color: #000000;

}
.blog-post h2 {

    font-size: 40px;
    line-height: 50px;
}

.blog-post h3 {
    font-size: 30px;
    font-weight: 700;

}