/* Add custom CSS styles below */ 
/***main banner**/
  .s-block--fixed-banner  {
    margin-top: 0;
    margin-bottom: 2rem;
}

.NG-hero-section .swiper.s-slider-container .swiper-slide:not(:first-child) {
  display: none;
}
/***main banner**/

/*NG-categories-1 **/

.NG-categories .container > div {
  text-align: center !important;
}

.

.NG-categories.swiper-wrapper {
  justify-content: center;
}


.NG-categories .card-inner {
    height: 500px;

}
/*******************/

@media (max-width: 768px) {
  .NG-categories .card-inner {
    height: 330px;
}
  footer * {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
  }

  .the-logo {
    height: 70px;
  }
}