.elementor-4070 .elementor-element.elementor-element-4921a188{z-index:1;}/* Start custom CSS *//* Hero image control - change values as you like */
.startup-hero {
  /* Height of the hero area (change freely) */
  min-height: 420px;

  /* Background image behaviour */
  background-size: cover;      /* cover / contain */
  background-position: center; /* try: top center / center / bottom center */
  background-repeat: no-repeat;

  /* Optional: add some inner spacing so title doesn't sit too high */
  padding-top: 80px;
  padding-bottom: 80px;
}

/* Responsive tweaks */
@media (max-width: 1024px) {
  .startup-hero { min-height: 320px; padding-top: 60px; padding-bottom: 60px; }
}
@media (max-width: 767px) {
  .startup-hero { min-height: 240px; padding-top: 40px; padding-bottom: 40px; }
}/* End custom CSS */