.news-item {
  display: flex;
  flex-direction: column;
  max-width: inherit;
}

.news-item img {
  width: 100%;
  margin: 0 0 var(--space-double) 0;
}

.news-item h3 {
  font-size: 1rem;
  font-weight: bold;
}

.news-item a {
  font-weight: bold;
  color: var(--color-grey-darkest);
}

.news-item a.button {
  font-weight: normal;
  width: 95%;
}

.news-item p.cta {
  text-align: center;
  margin: 0;
}

@media only screen and (min-width: 769px) {
  .news-item {
    max-width: 50%;
  }
}

.news-item-image {
  position: relative;
  overflow: hidden;
  margin: 0 0 var(--space) 0;
}
