.banner {
    position: relative;
    padding: 370px 0 190px;
    z-index: 1;
}
.home .banner canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 130%;
  z-index: 0;
  pointer-events: none;
}
#banner-dots {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 130%;
  z-index: 0;
  pointer-events: none;
}
#banner-orb { z-index: 1; }
.banner .b2-inner-content {
    padding: 0 160px;
}
.banner-content {
    position: relative;
    max-width: 850px;
    z-index: 2;
}
.banner-content-text {
    font-family: var(--title-color);
    font-size: 1.125rem;
    color: var(--secondary-color);
    margin: 20px 0 60px;
}

@media only screen and (max-width: 1500px) {
    .banner img,
    .home .banner::before {
        height: 140%;
    }
}

@media only screen and (max-width: 1400px) {
    .banner .b2-inner-content {
        padding: 0 80px;
    }
}

@media only screen and (max-width: 1280px) {
    .banner {
        padding: 200px 0 120px;
        margin-top: 0;
    }
    .home .banner canvas {
        height: 205%;
    }
    .banner .b2-inner-content {
        padding: 0 50px;
    }
    .banner-content-text {
        font-size: 1rem;
        margin: 20px 0 30px;
    }
}
@media only screen and (max-width: 991px) {
    .banner .b2-inner-content {
        padding: 0 45px;
    }
}

