.product_item_front_list img {
    border-radius: 6px;
    width: 100%;
    height: 373px;
}

.section_recomend{
    margin-bottom: 0;
}
.section_recomend h3 a {
    color: black
}
.section_recomend img{
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 991px) {
    .product_item_front_list img{
        height: 240px;
    }
}
@media (max-width: 767px) {
    .product_item_front_list img{
        height: 250px;
    }
}