.full-width-image-cta {
  position: relative;
}

.full-width-image-cta:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.72;
  background: linear-gradient(
    135deg,
    #6a2572 0%,
    #64236e 14%,
    #6a2675 28%,
    #6f287d 42%,
    #742a84 56%,
    #7a2d8c 70%,
    #7f2f93 85%,
    #84329b 100%
  );
}

.full-width-image-cta__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.full-width-image-cta__content {
  position: relative;
  z-index: 2;
  padding: 64px 0;
  color: #ffffff;
}

.full-width-image-cta--homepage .full-width-image-cta__content {
  padding-bottom: 172px;
}

.full-width-image-cta--homepage .full-width-image-cta__content a{
  display: inline-block;
}

.full-width-image-cta__content .sub-heading {
  color: #ffffff;
}

.full-width-image-cta__content h2 {
  margin: 0 0 30px;
  padding: 0;
  line-height: 1em;
  color: #ffffff;
}

.full-width-image-cta__wrap {
  position: relative;
}

.full-width-image-cta .full-width-image-cta__content a:not(.btn) {
  color: #fff;
  background: linear-gradient(to bottom, #fea201 0%, #fea201 100%);
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: 2px 2px;
  transition: background-size 0.2s;
}

.full-width-image-cta .full-width-image-cta__content a:not(.btn):hover {
  background: linear-gradient(to bottom, #f9f9f9 0%, #f9f9f9 100%);
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: 4px 50px;
  color: #7c2e8f;
}

@media (min-width: 768px) {
  .full-width-image-cta__content {
    padding: 62px 0;
  }

  .full-width-image-cta--homepage .full-width-image-cta__content {
    padding-bottom: 140px;
  }

  .full-width-image-cta__content h2 {
    margin-bottom: 32px;
  }

  .full-width-image-cta__wrap::before {
    content: "";
    position: absolute;
    left: -52px;
    bottom: 0;
    width: 136px;
    height: 136px;
    background: rgba(255, 255, 255, 0.22);
    z-index: 2;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
  }

  .full-width-image-cta__wrap::after {
    content: "";
    position: absolute;
    right: -52px;
    top: 0;
    width: 136px;
    height: 136px;
    background: rgba(255, 255, 255, 0.22);
    z-index: 2;
    clip-path: polygon(0 0, 100% 100%, 100% 0);
  }
}

@media (min-width: 1200px) {
  .full-width-image-cta__content {
    padding: 98px 0;
  }

  .full-width-image-cta--homepage .full-width-image-cta__content {
    padding-bottom: 192px;
  }

  .full-width-image-cta__content h2 {
    margin-bottom: 36px;
  }

  .full-width-image-cta__wrap::before {
    left: 0px;
    width: 352px;
    height: 352px;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
  }

  .full-width-image-cta__wrap::after {
    right: 0px;
    width: 352px;
    height: 352px;
    clip-path: polygon(0 0, 100% 100%, 100% 0);
  }
}
