.card {
  height: 494px;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: visible;
}

.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: 16px;
  box-sizing: border-box;
  z-index: 2;
  border-radius: 0 0 5px 5px;
}

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

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