.image-banner {
  position: relative;
  width: 100%;
  height: 100svh;
  overflow: hidden;
}

.image-banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.image-banner .container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.image-banner .container [data-copy-wrapper] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.image-banner .container .image-banner-footer {
  position: absolute;
  bottom: 4rem;
  left: 50%;
  width: 35%;
  transform: translateX(-50%);
  text-align: center;
}

.image-banner .container .image-banner-footer p {
  width: 100%;
  color: var(--base-100);
}

.image-banner-footer p .line-mask {
  width: 100%;
}

@media (max-width: 1000px) {
  .image-banner .container .image-banner-footer {
    width: 80%;
  }
}
