.card {
  height: 50vh;
  color: black;
  overflow-y: auto;
}

@media (max-width: 576px) {
  .card {
    height: fit-content;
  }
}