.overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  padding: 25px;
  box-sizing: border-box;
  z-index: 2;
  /* border-radius: 0 0 5px 5px; */
  cursor: pointer;
}

.cardTitle {
  font-weight: 600;
  font-size: 18px;
}

.cardDescription {
  font-size: 14px;
  opacity: 0.9;
  margin-top: 4px;
}
