.blog-hero {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 470px;
  display: flex;
  align-items: flex-end;
}
.blog-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(rgba(13, 13, 13, 0.35) 0%, rgba(13, 13, 13, 0.72) 100%);
}
.blog-hero .hero-text {
  position: relative;
  z-index: 2;
  padding-bottom: 50px;
  max-width: 700px;
}
@media (max-width: 768px) {
  .blog-hero .hero-text {
    padding-bottom: 30px;
  }
}
.blog-hero .hero-text .category-pill {
  font-family: "Inter 28pt", sans-serif;
  display: inline-block;
  text-transform: uppercase;
  padding: 0.3rem 0.9rem;
  margin-bottom: 1rem;
  background: #b5001e;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
}

/*# sourceMappingURL=hero.css.map */
