.cta-section-1 {
  position: relative;
}
.cta-section-1 .content {
  position: relative;
}
.cta-section-1:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 85%;
  background-image: url("/wp-content/themes/frameworker-theme-child/images/cta-image.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
}
@media screen and (max-width: 885px) {
  .cta-section-1:before {
    height: 50%;
  }
}
@media screen and (max-width: 767px) {
  .cta-section-1:before {
    height: 30%;
  }
}