.intro-block {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-bottom: 10px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .intro-block {
    padding-top: 25px;
    padding-bottom: 25px;
    top: 0;
  }
}
.intro-block.background-light {
  background: transparent !important;
}
.intro-block.background-light:before {
  display: none !important;
}
.intro-block:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  background-color: #aec7da;
  content: "";
  background-image: url(https://ijzerenman.nl/wp-content/themes/ijzerenman/assets/images/footer-pt.png);
  background-repeat: repeat;
  background-position: left top;
}
@media only screen and (max-width: 767px) {
  .intro-block:before {
    top: 0;
  }
}
.intro-block__list {
  margin: -10px;
  display: flex;
  flex-wrap: wrap;
}
.intro-block__list-item {
  margin-bottom: 50px;
  padding: 0 10px;
  display: flex;
  flex-wrap: wrap;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .intro-block__list-item {
    width: 100%;
  }
}
.intro-block + .view-block {
  margin-top: 100px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .intro-block + .view-block {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .intro-block + .view-block {
    margin-top: 0;
  }
}
.intro-block + .view-block:before {
  position: absolute;
  top: -100px;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  background-color: #aec7da;
  content: "";
  background-image: url(https://ijzerenman.nl/wp-content/themes/ijzerenman/assets/images/footer-pt.png);
  background-repeat: repeat;
  background-position: left top;
}
@media only screen and (max-width: 1199px) {
  .intro-block + .view-block:before {
    top: -80px;
  }
}
@media only screen and (max-width: 991px) {
  .intro-block + .view-block:before {
    top: -50px;
  }
}
