.overview-card img {
  max-height: 150px;
  max-width: 150px;
  align-self: center;
}

.overview-card .card-title {
  font-weight: bold;
}

.overview-card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 1rem;
  text-align: center;
}

.overview-card .card-text {
  overflow: hidden;
  white-space: pre-wrap;
  text-overflow: ellipsis;
  line-height: 1.5rem;
  max-height: calc(1.5rem * 2);
}

.overview-card .card-body a {
  align-self: center;
  margin-top: 1.5rem;
}

.overview-card .card-body button {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: var(--text-light);
  width: 10rem;
}
