.first, .second, .third {
  display: flex;
  justify-content: center;
  flex-direction: column;
  min-height: 50vh;
  padding: 3rem 15%;
}
.first a, .second a, .third a {
  padding-top: 2rem;
  text-decoration: none;
  color: var(--primary);
}
.first a i, .second a i, .third a i {
  padding-left: 0.5rem;
}
.first a:hover, .second a:hover, .third a:hover {
  color: var(--darkgrey);
}

.second {
  background-color: var(--lightgrey);
}
.second a {
  color: var(--darkgrey);
}/*# sourceMappingURL=producten.css.map */