.product-list__name {
  height: 8.1em;
}

@media (min-width: 630px){
.product-list__name {
  height: 6.1em;
}
}

.pad50 {
    padding-bottom: 20px;
}