.o-featured-blog__articles-wrapper {
  padding: 3rem 0 0;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .o-featured-blog__articles-wrapper {
    flex-direction: row;
    padding: 5rem 0 0;
    gap: 2.8rem;
  }
}
.o-featured-blog__article {
  width: 100%;
  margin-bottom: 3rem;
}
.o-featured-blog__article:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .o-featured-blog__article {
    width: calc(50% - 1.4rem);
    margin-bottom: 0;
  }
}
.o-featured-blog__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.o-featured-blog__header .a-link {
  height: 100%;
  border: none;
  font-size: var(--body-fs-lg);
  line-height: var(--body-lh-lg);
  font-weight: 400;
}
.o-featured-blog__heading {
  margin-bottom: 0;
}
.o-featured-blog__footer {
  margin-top: 3rem;
}
.o-featured-blog__footer .a-link {
  border: none;
  font-size: var(--body-fs-lg);
  line-height: var(--body-lh-lg);
  font-weight: 400;
}
.o-featured-blog__heading, .o-featured-blog__caption,
.o-featured-blog .a-checkbox__label,
.o-featured-blog .a-input__field,
.o-featured-blog .a-btn--transparent {
  color: inherit;
}
