#home-page #feature {
    display: -ms-grid;
    display: grid;
    position: relative;
    place-items: center;
    height: 8rem;
    background: center 60%/cover fixed no-repeat url(https://content.vic.gov.au/sites/default/files/2024-02/Blue.jpg);
    
}
h2 {
   letter-spacing: -1px;  
    padding: 10px 20px 10px 20px;
width: 330px
}

}

header#app-header {
  padding: 0;
  border: none;
}

header#app-header .header-branding h1.logo-customized {
  margin: 0;
}

header#app-header .header-branding h1.logo-customized a {
  height: 100px;
}