@media(min-width:1024px){
.NG-hero-section .wrapper {
    align-items: center;
    top: 26.5%;
    left: 20%;
    right: 25%;
}
}
.s-slider-thumbs .s-slider-thumbs-container .swiper-slide * {
    background: #935346;
}

@media(max-width:1024px){
  .NG-hero-section p {
    display: none;
}
  .img-three  > div:first-child{
    height:400px
  }
}
.NG-categories .card-back-overlay {
    display: none;
}

.NG-Why-choose-us-wrapper  .grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.NG-hero-section .swiper.s-slider-container .swiper-slide:not(:first-child) {
display:none;}