/* Override hero full-viewport height — let content determine height */
#hero {
  min-height: auto !important;
  padding-bottom: 2rem !important;
}

/* Tighten about section top */
#about {
  padding-top: 1rem !important;
}

/* Hide any leftover bottom image SVG */
.hero-bottom-svg {
  display: none !important;
}
