.a4n-news-card {
  height: 100%;
  overflow: hidden;
  background: #f6f7f2;
  border-radius: 1rem;
  box-shadow: 0 0.5rem 1.5rem rgba(16, 20, 49, 0.1);
}
.a4n-news-card .a4n-media {
  height: 170px;
  overflow: hidden;
  background: #dfe0eb;
}
.a4n-news-card .a4n-media img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.a4n-news-card .a4n-news-meta {
  font-family: "Manrope", "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #101431;
}
.a4n-news-card .a4n-news-title {
  font-family: "Manrope", "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  color: #21261f;
}
.a4n-news-card .a4n-news-link {
  font-family: "Manrope", "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}
.a4n-news-card .a4n-news-link:hover {
  background: #171c44 !important;
}

.full-bleed.bg-light .a4n-news-card {
  background: #ffffff;
  box-shadow: 0 0.125rem 0.5rem rgba(16, 20, 49, 0.08);
}

/*# sourceMappingURL=news-card.css.map*/