.type-bg section {
    position: relative;
    z-index: 1;
}
  .type-bg img.bg-orange-blur {
    z-index: 0;
  }
  .type-bg {
    position: relative;
    --tw-bg-opacity: 1;
    background-color: rgb(18 18 18 / var(--tw-bg-opacity, 1));
}
  .type-bg .bg-orange-blur {
    position: absolute;
    right: 0;
    top: 100px;
    z-index: 0;
    max-width: 500px;
  }
  @media (min-width: 576px) {
  .type-bg .bg-orange-blur {
        top: -40vh;
        max-width: none;
    }
    }
  .type-bg .bg-orange-blur.fixed-bg {
    position: fixed;
}
  .type-bg .bg-orange-blur-top {
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 0;
    width: 100%;
  }

/*# sourceMappingURL=type-bg.css.map */
