.heroPic {
  min-height: 250px;
  background-image: url(../images/about/news/AdobeStock_1271611685_Preview.jpeg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  overflow: hidden;
}

.newsCard-bg {
  min-height: 150px;
}
@media (min-width: 576px) {
  .newsCard-bg {
    height: auto;
  }
}/*# sourceMappingURL=news.css.map */