.category-fixed-image {
    width: 100%;
    /* Makes all images responsive within the card */
    height: 200px !important;
    /* Sets a fixed height for uniformity */
    object-fit: cover;
    /* Ensures the image covers the set height & width without distortion */
  }

  .view-image
  {
        width: 100%;
        height: 150px !important;
        /* Set a fixed height */
        object-fit: cover;
        /* Ensures the image fills the space */
    
  }