.product-list {
    display: flex;
}

.product-list .img-holder {
  height: 300px;
}

.product-list .title {
  color: #447355;
  text-shadow: none;
  font-family: 'Harmonia Sans Pro Cyr';
  font-style: italic;
}

.holder .description {
  display: none;
}