.blog-header {
  margin-bottom: 5px;
}
.blog-header__title-container {
  position: relative;
  padding-bottom: 30px;
}
.blog-header__title-container:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 7px;
  background-color: #96c038;
}
.blog-header__subhead .heading {
  margin: 20px 0 0 0;
  color: #302668;
  font-size: 21px;
  line-height: 25px;
  font-family: "Poppins", serif;
}
.blog-header__social-menu .social-menu {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
/*# sourceMappingURL=../../../sourcemaps/components/blog-header/blog-header.css.map */
