  .category-banner {
   height: 100px;
   background-size: cover;
   background-position: center;
   position: relative;
   border-radius: 15px;
   overflow: hidden;
  }
  .category-banner-overlay {
   position: absolute;
   top: 5px;
   left: 0;
   width: 100%;
   height: 100%;
   /*background: linear-gradient(to bottom, rgb(254 189 105), rgb(128 65 24));*/
background: linear-gradient(to bottom, rgb(55 71 90), rgb(19 25 33));
   display: flex;
   align-items: center;
   justify-content: center;
   color: white;
  }
