.ebp-custom-hero-single-1 {
  position: relative;
}

.ebp-custom-hero-single-1-content {
  position: relative;
  min-height: 43rem;
}

/* .ebp-custom-hero-single-1-text {
  position: absolute;
  top: auto;
  bottom: 5rem;
  left: var(--spacing-3);
  color: #f4f3ee;
} */

.ebp-custom-hero-single-1-text h1 {
  margin-block-start: 0 !important;
}

.ebp-custom-hero-single-1-text p {
  font-size: clamp(0.8rem, 0.4723rem + 1.6386vw, 2.5rem);
  line-height: 1;
  text-wrap: balance;
}

@media (max-width: 767px) {
  .ebp-custom-hero-single-1-text h1 {
    font-size: 4rem;
  }

  .ebp-custom-hero-single-1-text {
    left: var(--spacing-1);
  }
}
