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

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

.growfast-blog-post__header__content h1,.growfast-blog-post__header__content-inner--tag-link , .growfast-blog-post__header__content-inner--author a,.growfast-blog-post__header__content-inner--author time, .growfast-blog-post__header__content-inner--timestamp {
  color:#333333;
}

.growfast-blog-post__header__content-inner--meta>* ,.growfast-blog-post__header__content-inner--tag-link {
  border-color: #333333;
}

h2 {
    background-color: #F2F2F2;
    padding: 14px;
}

.growfast-blog-related-posts h3 {
  margin-bottom: 30px;
} 

p {
  line-height: 40px;
}

.growfast-blog-auhtor__inner {
  border-radius: 20px;
}

.growfast-blog-auhtor__inner p {
  line-height: 30px;
  font-size: 14px;
}

@media (max-width: 375px) {
  .growfast-blog-post__header__bg {
    height: 100vh;
}

@media (max-width: 768px) {
  .blog-list-title {
    width: 250px;
  }
}



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