.footer-with-watermark {
  line-height: 1.5;
}
.footer-with-watermark .wp-block-heading:not(.is-watermark-font),
.footer-with-watermark p {
  z-index: 100;
  position: relative;
}
.footer-with-watermark .wp-block-group__inner-container {
  max-width: 100%;
}
.footer-with-watermark .is-watermark-font {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  position: absolute;
  top: -4rem;
  opacity: 0.1;
  right: 0;
  line-height: 1;
  font-size: clamp(80px, 10vw, 180px);
  z-index: 1;
  color: var(--rh--color--footer--text);
}