﻿
.product-card{
    padding-left:10px;
    padding-right:10px;
}

.product-img {
    border-radius: 10%;
}

@media screen and (max-width: 768px) {
    .product-img {
        height: 120px !important;
    }
    .product-card {
        height:200px !important;
    }
}






