section.nieuws-grid {
  background-color: #F8F2EC;
  padding: 80px 0;
}
section.nieuws-grid .card {
  background-color: #FFF;
  border-radius: 8px;
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.1);
  border: 12px solid #FFF;
  min-height: 400px;
}
section.nieuws-grid .card .card-body h3 {
  color: #99adcf;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 42px;
  text-align: center;
  text-transform: uppercase;
}
section.nieuws-grid .card .card-body h1 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  color: #000;
  text-align: center;
}
section.nieuws-grid .card .card-body span.teaser {
  color: #000000;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 22px;
  text-align: center;
  display: none;
}
section.nieuws-grid .card:hover {
  transition: transform 180ms ease-in-out;
  transform: scale(1.05);
  border: 12px solid #4433FF;
  cursor: pointer;
}
section.nieuws-grid .card:hover .card-body h1 {
  color: #4433FF;
}
section.nieuws-grid .card:hover .card-body span.teaser {
  display: block;
}
section.nieuws-grid a.tile {
  display: flex;
  flex-grow: 1;
}
section.nieuws-grid a.tile .tile-content {
  margin: auto;
}

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