.pre-footer-cta,
.pre-footer-cta * {
  box-sizing: border-box;
}
.pre-footer-cta { }
.pre-footer-cta > .wrap {
  position: relative;
  padding: 0;
}
.pre-footer-cta .content-wrap {
  position: relative;
  z-index: 2;
  padding: 80px 40px;
  background: #223312 url("../../img/spacer.gif") center center no-repeat;
  background-size: cover;
  text-align: center;
}
.pre-footer-cta .content-wrap::before {
  content: '';
  display: block;
  opacity: 0.4;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.pre-footer-cta .content {
  position: relative;
  z-index: 2;
  max-width: 920px;
  margin: auto;
}
.pre-footer-cta .content > *:first-child {
  margin-top: 0;
}
.pre-footer-cta .content > *:last-child {
  margin-bottom: 0;
}
.pre-footer-cta .content .title {
  color: var(--white);
  font-size: 50px;
  font-weight: 700;
  line-height: 1.06;
  margin-bottom: 16px;
}
.pre-footer-cta .content .text {
  color: var(--white);
  font-size: 20px;
  font-weight: 500;
}
.pre-footer-cta .content .text p {
	margin: 0 0 16px 0;
}
.pre-footer-cta .content .button-container { }

@media screen and (max-width: 1800px) {
  .pre-footer-cta > .wrap::before {
    height: 560px;
  }
  .pre-footer-cta .content-wrap::after {
    height: 280px;
    width: 280px;
  }
}

@media screen and (max-width: 1600px) {
  .pre-footer-cta > .wrap::before {
    height: 500px;
  }
  .pre-footer-cta .content-wrap::after {
    height: 250px;
    width: 250px;
  }
}

@media screen and (max-width: 1400px) {
  .pre-footer-cta > .wrap::before {
    height: 440px;
  }
  .pre-footer-cta .content-wrap::after {
    height: 220px;
    width: 220px;
  }
}

@media screen and (max-width: 1200px) {
  .pre-footer-cta > .wrap::before {
    height: 370px;
  }
  .pre-footer-cta .content-wrap::after {
    height: 185px;
    width: 185px;
  }
}

@media screen and (max-width: 900px) {
  .pre-footer-cta > .wrap::before {
    height: 280px;
  }
  .pre-footer-cta .content-wrap::after {
    height: 140px;
    width: 140px;
  }
  .pre-footer-cta .content .title {
    font-size: 40px;
  }
  .pre-footer-cta .content .text {
    font-size: 18px;
  }

}

@media screen and (max-width: 600px) {
  .pre-footer-cta > .wrap::before {
    height: 205px;
  }
  .pre-footer-cta .content-wrap::after {
    height: 95px;
    width: 95px;
  }
  .pre-footer-cta .content .title {
    font-size: 30px;
  }
  .pre-footer-cta .content .text {
    font-size: 16px;
  }

}

@media screen and (max-width: 500px) {
  .pre-footer-cta > .wrap::before {
    height: 190px;
  }
  .pre-footer-cta .content-wrap::after {
    height: 80px;
    width: 80px;
  }
}