#academy .card-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

#academy .card-title {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  min-height: 3em;
  /* başlık hizası için */
}

#academy .card-desc {
  flex-grow: 1;
  font-size: 0.95rem;
  color: #ccc;
}
