@media (min-width: 768px) {
    .md\:\!max-w-\[95\%\] {
        max-width: 1200px !important;
    }
}

.NG-hero-section .s-slider-thumbs  {
    display: none !important;
}

.NG-hero-section .wrapper h1{
  text-align: center
}

.NG-hero-section .wrapper {
    justify-content: center;
    align-items: center;
    left: 0 !important;
    right: unset;
    top: 30%;
    max-width: 700px;
 }


@media(max-width:560px){
  .NG-hero-section .wrapper {
    max-width: 240px;
    top: 20%;
  }
  .NG-hero-section .wrapper h1{
    font-size: 1rem;
  }
}

.NG-hero-section  [aria-label="2 / 2"] h1{
  color:var(--color-primary) !Important;
}

.NG-main-banner .text-wrapper  {
    text-align: center;
    max-width: 300px;
    margin-right: auto;
    margin-left: 10%;
}

.NG-main-banner .text-wrapper h1{
  line-height: 1.5 !Important;
  margin-block:1rem
}

@media(max-width:560px){
  .NG-main-banner .text-wrapper {
    max-width: 200px;
}
  .NG-main-banner .text-wrapper h1{
  margin-block:0.5rem
}
}