.news_card__blue-bg {
  background-color: var(--color-blue-400);
}

.news_card__blue-bg .news_card-image-bg {
  background-image: url(./blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  opacity: 0.5;
}

.news_card__blue-bg.news_card-image::before {
  content: "";
  background: linear-gradient(to right,  rgba(26,93,178,0) 0%,rgba(6,30,104,1) 100%);
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}

.news_card__orange-bg {
  background-color: var(--color-orange-400);
}

.news_card__orange-bg .news_card-image-bg {
  background-image: url(./orange.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  opacity: 0.5;
}

.news_card__orange-bg.news_card-image::before {
  content: "";
  background: linear-gradient(to right,  rgba(225,128,59,0) 0%,rgba(193,94,23,1) 100%);
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}

.news-card__cta a {
  position: static;
}

.news-card__cta a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
