/* Force product titles to be the same height */ .card__heading { min-height: 50px !important; display: -webkit-box; -webkit-line-clamp: 2; /* Limits title to 2 lines */ -webkit-box-orient: vertical; overflow: hidden; } /* Force the info section to align buttons at the bottom */ .card-information { min-height: 100px !important; display: flex; flex-direction: column; justify-content: space-between;