.cta {
  margin: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  background-color: #aec7da;
  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) {
  .cta {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.cta:after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 160px;
  background: #f6f1eb;
  content: "";
}
@media only screen and (max-width: 1199px) {
  .cta:after {
    height: 140px;
  }
}
@media only screen and (max-width: 991px) {
  .cta:after {
    height: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .cta:after {
    height: 50px;
  }
}
.cta__content {
  margin-right: -200px;
  padding-bottom: 170px;
  position: relative;
  z-index: 1;
  width: calc(20% + 200px);
}
@media only screen and (max-width: 991px) {
  .cta__content {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .cta__content {
    padding-bottom: 70px;
  }
}
.cta__content .button {
  min-width: 280px;
}
@media only screen and (max-width: 991px) {
  .cta__content .button {
    min-width: 250px;
  }
}
.cta__content-title {
  margin-bottom: 40px;
  font-family: "Tornac", cursive;
  font-size: 90px;
  line-height: 1.1;
  color: #f6f1eb;
}
@media only screen and (max-width: 1320px) {
  .cta__content-title {
    font-size: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .cta__content-title {
    margin-bottom: 30px;
    font-size: 65px;
  }
}
@media only screen and (max-width: 991px) {
  .cta__content-title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .cta__content-title {
    font-size: 45px;
  }
}
.cta__image {
  margin-right: -15px;
  padding-top: 98px;
  width: 80%;
}
@media only screen and (max-width: 1199px) {
  .cta__image {
    padding-top: 70px;
    width: calc(80% + 15px);
  }
}
@media only screen and (max-width: 991px) {
  .cta__image {
    padding-top: 50px;
  }
}
.cta__image img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .cta__image img {
    min-height: 180px;
    object-fit: cover;
  }
}
