section:nth-child( 1 of section.NG-hero-section)
 .wrapper {
    width: 25% !important;
    display: flex;
    align-items: center;
    height: 100%;
    margin-top: 0px;
    top: 0px;
    justify-content: center;
}
section:nth-child( 1 of section.NG-hero-section) h1 {
    font-size: 54px !important;
    text-align: center;
}
@media (max-width:768px){
  section:nth-child( 1 of section.NG-hero-section) h1 {
    font-size: 20px !important;
    text-align: center;
}
  section:nth-child( 1 of section.NG-hero-section)
 .wrapper {
    width: 60% !important;
}
 section.NG-hero-section .subtext {
    display: none !important 
  }
}
.img-three > div:nth-of-type(1) h2 {
    background: #a46f67;
    padding: 20px;
}
.img-three .relative.z-10 * {
    font-size: 20px;
}
.banner--fixed img {
    background: unset !important;
     margin-bottom:40px ;
}
@media (min-width:991px){
 .NG-main-banner  img.h-full.w-full.object-cover {
    object-fit: contain;
}
}