/* Page-specific hero photography. Keep the shared service hero text treatment readable. */
.new-construction-service-hero {
  background-image:
    linear-gradient(135deg, rgba(24, 34, 49, 0.84), rgba(35, 59, 82, 0.72)),
    url('/img/heroes/new-construction-hero.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.dpa-service-hero {
  background-image:
    linear-gradient(135deg, rgba(24, 34, 49, 0.86), rgba(35, 59, 82, 0.74)),
    url('/img/heroes/down-payment-assistance-hero.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.investor-service-hero {
  background-image:
    linear-gradient(135deg, rgba(24, 34, 49, 0.84), rgba(35, 59, 82, 0.70)),
    url('/img/heroes/real-estate-investors-hero.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
