html body section .categories-wrapper .category .card-category-grid, html body section .home-wrapper .category .card-category-grid {
    border: none;
}

html body section .categories-wrapper .category .card-category-grid:hover, html body section .home-wrapper .category .card-category-grid:hover {
    -webkit-box-shadow: initial;
    box-shadow: initial;
}

html body section .categories-wrapper .category .card-category-grid figcaption, html body section .home-wrapper .category .card-category-grid figcaption {
    display: none;
}


.bg-home1 {
     background-image: url("https://staging.lily.com.my/resources/resources/20230619/1687182297/1.jpg");

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.display-5 {
    font-size: 2.0rem;
}