.blog-hero-background {
    padding: 8% 0px;
    background-size: cover !important;
    background-position: center center !important;
}
/*
.blog-hero-content h1, .blog-hero-content p {
  color: #fff;
}
.blog-hero-content a {
  color: #FFC107
}
.blog-hero-content h1 {
  margin-top: 16px;
} */

.blog-hero-content p {
  color:#fff;
}
.blog-hero-content a {
  color:#fff;
  text-decoration: underline;
}
}

.blog-hero-content {
  padding: 1rem 0;
  border: none;
}
.blog-hero-content h1 {
  display: block;
  /* position: relative; */
  color: #fff;
  padding: 15px 15px;
  background-color: #db504a;
  box-shadow: 10px 10px 38px -2px rgba(23,47,87,0.33);
  border-radius: 5px;
  width: 55%;
  animation-name:fadeInUp;

}
.blog-hero-content h1:before {
  box-shadow: 10px 10px 38px -2px rgba(23, 47, 87, 0.33);
}
.blog-hero-content h1 span {
  display: block;
}



.blog-hero-content p#hubspot-author_data {
    position: initial;
}

/*
a.topic-link {
    background: #1f87e5;
    color: #fff !important;
    padding: 4px 17px;
    border-radius: 5px;
    margin-right: 6px;
}

/*