/* Donate page image cards: keep a consistent image height */
.cwt-figure img {
  width: 100%;
  height: 220px;      /* adjust if you want taller */
  object-fit: cover;
}
