.product-img img {
  height: 207px;
  margin: auto;
  display: block;
}

.product-title {
  height: 47px !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 22px;
}

.product_image {
  display: block;
  margin: auto;
}

.poster-image {
  border-radius: 50%;
  max-width: 50px;
}

.poster-counter {
  color: #146ff5;
}

.poster-text {
  font-size: 16px;
  margin-top: 5px;
}

.review_img{
  height: 50px;
}