.hero-desktop {
  min-height: 90vh;
  background-size: cover;
  background-position: center;
  position: relative;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.35);
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding-top: 140px;
  color: #fff;
}

.hero-curve {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 140px;
  background: #fff;
  border-top-left-radius: 100% 100%;
  border-top-right-radius: 100% 100%;
}

.hero-search {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
