.article-card .image-holder img {
  height: 100%;
  margin-bottom: 16px;
}
.article-card .text-holder h3 {
  font-size: 2.4rem;
  line-height: 3rem;
  font-family: var(--font-nantes);
  font-weight: 300;
  color: var(--color-dark);
  margin-bottom: 1.6rem;
}
.article-card .text-holder p {
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-family: var(--font-gt-extended);
  font-weight: 300;
  color: var(--color-medium-grey);
}
