.product-image{
    width: 100%;
}

.product-image img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.product-name{
    margin-bottom: 20px;
    text-align: center;
    font-size: 16px;
    color: white;
    background:#7e8239 ;
    width: 100%;
    height: 30px;
    line-height: 30px;

}


/*@media (max-width: 767px) {*/
/*    .product-image, .product-name{*/
/*        margin:  auto;*/
/*    }*/

/*    .product-name{*/
/*        margin-bottom: 5px;*/
/*    }*/
/*}*/