/* Add custom CSS styles below */ 
.NG-hero-section-7 
 .wrapper.flex.flex-col {
    align-items: center;
    height: 80%;
    justify-content: center;
}

.NG-hero-section-7 .banner-wrapper {

    width: 90%;
    margin: auto;
}

@media(max-width:768px){
 .GL-promotional-banner .flex.flex-col  {
    height: 600px !important;
}

  .NG-hero-section-7 
 .wrapper.flex.flex-col {
  
    width: 100%;
}
.NG-hero-section-7 .banner-wrapper {

    width: 100%;

}
  
}