/* Add custom CSS styles below */ 
.NG-hero-section .wrapper {
    top: 35% !important;
    margin-right: 48% !important;
}
.NG-categories {
  
  @media (min-width: 1024px) {
    .lg\:grid-cols-4 {
        grid-template-columns: repeat(1, minmax(0, 333px));
        justify-content: center;
    }
}
@media (max-width:767px){
    .grid-cols-3 {
    grid-template-columns: repeat(1, minmax(0, 124px));
    justify-content: center;
}
}
}
section.NG-testimonials {
    margin-top: 2rem;
}

@media (max-width:767px){
  .NG-hero-section .wrapper {
    top: 12% !important;
}
 .NG-hero-section .subtext-bottom {
    display: none !important;
} 
}