.hero-bg {
  background-image: url('../img/hero-bg-light.webp');
  background-size: cover;       
  background-position: center;  
  background-repeat: no-repeat; 
  min-height: 100vh;            
  flex-direction: column;
}