.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/wp-content/themes/novus-miami/assets/img/home-developers/hero.png);
  background-attachment: fixed;
}
@media (max-width: 1024px) {
  .hero {
    background-attachment: scroll;
  }
}
@media (max-width: 430px) {
  .hero {
    min-height: 100svh;
  }
}
.hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: 10.8rem;
  padding-bottom: 1.865rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
}
@media (max-width: 1024px) {
  .hero-content {
    padding-top: 5.75rem;
  }
}
@media (max-width: 430px) {
  .hero-content {
    padding-top: 4.375rem;
  }
}
.hero-content .title {
  color: #FFF;
  text-align: center;
}

.hero-features-item .group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.hero-features-item .hero-features-item-title {
  color: var(--Black, #000);
  font-family: Roboto;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.01125rem;
}
@media (max-width: 525px) {
  .hero-features-item .hero-features-item-title {
    font-size: 1rem;
  }
}
.form-footer-content .title-container .title {
  max-width: 36.375rem;
}
@media (max-width: 430px) {
  .form-footer-content .title-container .title {
    max-width: 25.625rem;
  }
}
.form-footer-content .title-container .subtitle {
  max-width: 37rem;
}
@media (max-width: 1024px) {
  .form-footer-content .title-container .subtitle {
    max-width: 32.125rem;
  }
}
@media (max-width: 430px) {
  .form-footer-content .title-container .subtitle {
    max-width: 18.4375rem;
  }
}

/*# sourceMappingURL=homeDevelopers.css.map */
