/* @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    */
/*****************************************/
.blog-post__body .blog-author {
  width: 100%; !important
  max-width: 100%; !important
  margin-left: auto;
  margin-right: auto;
}
.blog-post__content {
  width: 100%; !important
  max-width: 100%; !important
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 4rem;
}

.blog-post__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%; !important
    width: 90%;
}
.hero-blog-post__media {
  margin-top: 4rem;
  max-width: 90%; !important
  width: 90%; !important

}
.hero-blog-post__media-wrapper {
  max-width: 100%; !important
  width: 100%; !important
}

.blog-post__body {
  width: 100%; !important
  max-width: 100%; !important
  margin: auto;
}
img {
  width: 100% !important
}