section.news-footer {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 992px) {
  section.news-footer {
    flex-direction: row;
    min-height: 460px;
  }
}
section.news-footer > a {
  text-decoration: none;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #FFF;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 38px;
  font-size: 28px;
}
@media (max-width: 991.98px) {
  section.news-footer > a {
    padding: 50px 30px;
    font-size: 24px;
  }
}
section.news-footer .nieuws-home {
  background-image: url("/assets/img/pexels-adam-grabek-784849.jpg");
  background-size: cover;
}
section.news-footer .instagram {
  background: linear-gradient(45deg, #EACD77 0%, #F09247 14.96%, #F15639 26.58%, #F0414C 37.26%, #EF3278 48.31%, #E83294 59.53%, #CF36B5 72.54%, #A13BD6 85.9%, #5546EA 100%);
}

/*# sourceMappingURL=style.css.map */
