.responsive-hero {
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 128px;
  min-height: 75vh;
  max-height: 100vh;
  z-index: 2;

  @media (max-width: 1600px) {
    padding: 24px 16px;
    height: 100vh;
  }
}

.installer-background-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 65.71%, rgba(0, 0, 0, 0.6) 72.89%);
  z-index: 1;
}

.hero-content {
  margin: 0 auto;
  z-index: 2;
}
