/* static/blocks/hero/article.css */

.hero-section {
  background-color: var(--bs-body-emphasis-color);
  position: relative;
  text-align: center;
  color: var(--bs-body-bg);

  padding-top: 9rem;
  padding-bottom: 6rem;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: blur(8px);
  opacity: 0.35;
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
}