.two-column-text__background {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: var(--gradient-right);
  z-index: -1;
  height: 100%;
  width: 100%;
}
.two-column-text .two-column-text__inner{
margin-bottom:var(--lg-3);
}
.two-column-text .two-column-text__inner:last-child{
margin-bottom:0;
}
.two-column-text .two-column-text__inner:last-child .two-column-text__cta{
margin-bottom:0;
}
.two-column-text .two-column-text__inner .two-column-text__cta{
margin-bottom:3.2rem;
}