.product_pg li img {
    width: 100%;
    height: auto;
    /* border: 1px solid #ccc; */
    -webkit-box-shadow: 0px 3px 9px 0px rgb(50 50 50 / 8%);
    -moz-box-shadow: 0px 3px 9px 0px rgba(50, 50, 50, 0.55);
    box-shadow: 0px 3px 9px 0px rgb(50 50 50 / 23%);
    height: 170px;
    object-fit: contain;
    object-position: top;
}

.catagory h4 {
    /* font-weight: 700; */
    margin: 10px 0 10px 0;
    color: black !important;
    font-size: 1.2rem !important;
}
ul{ margin:0; padding:0;}

.catagory ul{ margin:0; padding:0;
li{ list-style-type: circle;margin: 0 0 0 20px;}

}
.catagory h3{ margin-bottom:15px;}
.container.table-responsive{margin: 0;
    padding: 0;}

.catagory th{ font-family:lato;}