.hero-block {
  position: relative;
}

.hero-block .bg_img {
  width: 100%;
  height: 90vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.hero-content {
  position: absolute;
  inset: 0;
  top: 70%;
}

.hero-block h1 {
  color: white;
  max-width: 100%;
}

@media (max-width: 1024px) {
  .hero-block .bg_img {
    height: 40vh;
  }

  .hero-content {
    position: absolute;
    inset: 0;
    top: 60%;
  }
}
