/* Add custom CSS styles below */ 
.NG-hero-section .swiper.s-slider-container .swiper-slide:not(:first-child) {
  display: none;
}
 section:nth-child( 2 of section.NG-hero-section) .subtext{
  display: none !important;
}
.NG-hero-section:not( section:nth-child( 1 of section.NG-hero-section)) .wrapper{
    display: flex;
    align-items: center;
    width: 40%;
    text-align: center!important;
    left: 0px !important;
  right: unset
}
 section:nth-child( 1 of section.NG-hero-section)
 .wrapper{
    width: 100% !important;
    margin-right: 0px !important;
    display: flex;
    align-items: center;
  
}
.NG-hero-section  .block-title {
    font-size: 29px;
}
.NG-hero-section .wrapper {
    gap: 12px;
}
@media (max-width:768px){
  .NG-hero-section  .block-title {
    font-size: 23px;
}
  .NG-hero-section:not( section:nth-child( 1 of section.NG-hero-section)) .wrapper{
    width: 60%;
}
.GL-promotional-banner.ng-s-block  .container > div {
height: 500px !important;
}
.GL-promotional-banner.ng-s-block  h2 {
    font-size: 20px;
    font-weight: 800;
    color: #000 !important;
}
  .NG-marquee-banner .discount-content .discount-text {
    font-size: 14px;
}
}