.product-list {
  overflow: hidden;
}
.product-list .item{
  margin: 10px 0;
  float: left;
  width: 25%;
  max-height: 230px;
  padding: 0 15px;
}

.product-list .item .image {
  height: 200px;
}

.product-list .item .image img {
  width: 100%;
  height: 100%;
}
.product-list .item .name {
  margin-top: 10px;
  text-align: center;
  font-size: 18px;
  line-height: 25px;
}