/* VARIABLES */
/* TYPOGRAPHY */
/* Google Fonts */
.heading-block__mirror {
  background-image: linear-gradient(to bottom, #fff 0%, #626262 80%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  z-index: 1;
  opacity: 0.15;
  transform: translateY(45px);
  text-wrap-mode: nowrap;
}
@media (max-width: 61.99875rem) {
  .heading-block__mirror {
    display: none;
  }
}

.heading-block__inner:has(.heading-block__subtitle) .heading-block__mirror {
  transform: translateY(90px);
}
.heading-block__inner:has(.reversed-order) .heading-block__mirror {
  transform: translateY(70px);
}

.heading-block__content {
  z-index: 2;
  position: relative;
}

.heading-block__subtitle {
  font-weight: 600;
}
