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

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

.NG-hero-section  p{
    font-size: 14px !Important
 }
.NG-hero-section a.button,
.text-wrapper a {
    border-color: transparent !important;
}

.NG-categories .lg\:grid-cols-4 {
    display: flex;
    justify-content: center;
    max-width: 300px;
    margin: auto;
}

@media(max-width:560px){
  .NG-hero-section .wrapper {
    max-width: 180px;
    top: 30%;
  }
  .NG-hero-section .wrapper h1{
    font-size: 1rem;
  }
  .NG-hero-section   p{
  display: none !important
  }
  .NG-categories .lg\:grid-cols-4 {
    max-width: 150px;
}
  h1.max-w-\[142px\] {
    max-width: 250px !important;
}
}

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

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

.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: 304px;
}
  .NG-main-banner .text-wrapper h1{
  margin-block:0.5rem
}
}