* {
  box-sizing: border-box;
}

.cta-card-2 {
  position: relative;
}
.cta-card-2 .border-radius-small {
  padding-bottom: 200px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .cta-card-2 .border-radius-small {
    padding-bottom: 0;
  }
}
.cta-card-2 .bg-image {
  height: 200px;
  width: 100%;
  bottom: 0;
  right: 0;
  position: absolute;
}
@media screen and (min-width: 992px) {
  .cta-card-2 .bg-image {
    height: 100%;
  }
}
.cta-card-2 .bg-image:before {
  content: "";
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.0001) 64.98%);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .cta-card-2 .bg-image:before {
    background: linear-gradient(90deg, #FFFFFF 32.89%, rgba(255, 255, 255, 0.0001) 64.98%);
  }
}
.cta-card-2 .headline-one-v2 {
  font-size: 56px;
}