.news-teaser {
  background: #fff;
  box-shadow: 0 0 1px rgba(48, 49, 51, 0.05), 0 8px 16px rgba(48, 49, 51, 0.1);
  display: flex;
  flex-direction: column;
  height: 100%;
}
.news-teaser__image {
  flex: 0 0 auto;
}
.news-teaser__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  margin: 1.6rem;
}
@media (min-width: 62em) {
  .news-teaser__body {
    margin: 3.2rem;
  }
}
.news-teaser__text {
  flex: 1 1 auto;
  margin-bottom: 3.2rem;
}