.hero-block {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding-top: 3rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 3rem;
  color: #fff;
}

.hero-block .hero-bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.hero-block .hero-content {
  position: relative;
  z-index: 1;
  width: 100%;
}

.hero-block .hero-title {
  font-size: 3rem;
  font-weight: 700;
  margin: 0;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
