.blog {
  background-color: rgb(248, 246, 242);
}
.blog .blog-hero {
  padding: 40px 0 4rem;
  max-width: 600px;
}
.blog .blog-hero .label {
  font-family: "Inter 28pt", sans-serif;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #b5001e;
  position: relative;
  padding-left: 45px;
  margin-bottom: 1rem;
}
.blog .blog-hero .label:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #b5001e;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.blog .blog-hero h1 {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: -0.01em;
}
.blog .blog-hero p {
  font-family: "Inter 28pt", sans-serif;
  color: #4a4a4a;
  line-height: 1.75;
}

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