/*
*Theme Name : ThemeName
*Description : ThemeName Theme
*Version : 1.0
*/

/* Blog Content Spacing Fix */

.blog-details__content h2,
.blog-details__content h3,
.blog-details__content h4 {
    margin-top: 30px;
    margin-bottom: 15px;
    line-height: 1.4;
}


.page-header__inner h1 {
    color: #fff;
}



/* Prevent sticky look */
.blog-details__text {
    display: block;
}
