.detailRow {
  justify-content: space-evenly;
}

.card {
  display: flex;
  flex-direction: column;
}

.card-img-top {
  height: 250px;
  object-fit: cover;
}

.card-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-footer {
  margin-top: auto;
  padding: 10px;
}