.blog__posts .card-wrapper {
   background: #ffffff;
  border-radius: 15px;
}
.article-card{
  font-family: Lato, Inter, Arial, sans-serif;
  font-weight: 300;
}
.article-card h3.card__heading,
.article-card h3.card__heading a{
  font-weight: 300;
}
.caption-with-letter-spacing {
  font-size: 1.1rem;
}
.article-card__excerpt {
  color: var(--color-neutral-almostblack);
  line-height: 150%;
  
}