/* Add custom CSS styles below */ 
@media (min-width:1250px){
  .NG-categories .container {
    max-width: 90%;
}
.NG-categories .lg\:grid-cols-4 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

}
.footer_logo_size {
    width: 160px;
}
@media (max-width:767px){
  .store-footer__inner * {
    text-align: center;
    margin: auto;
}
}