.product_item{
    padding-top: 20px;
    padding-bottom: 20px;
}
.product img{
    width: 100%;
}
.title{
    text-align: center;
    margin-top: 10px;
}
@media (max-width: 767px) {
    .product_item{
        height: 270px;
    }
}