.card {
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  text-decoration: none;
  width: 100%;
}

.card__link {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.card__image img {
  aspect-ratio: 657 / 468;
  display: block;
  height: auto;
  width: 100%;
}

.card__body {
  margin-top: 20px;
}

.card__title.h3 {
  font-family: 'JeanLuc', sans-serif;
  font-size: 36px;
  font-weight: 600;
  margin: 0 0 12px;
}

.card__text {
  font-size: 14px;
  line-height: 20px;
}