.full-width-image-text {
    background: linear-gradient(88deg, #cffae3 -3.45%, #d8f1ff 98.45%);
    position: relative;
    padding-top: var(--section-margins);
    padding-bottom: 200px;
}

.full-width-image-text__bg {
    position: absolute;
    bottom: 0;
    right: 0;
    height: auto;
    width: auto;
    max-width: 90%;
    z-index: 1;
}

.full-width-image-text__inner {
    max-width: 750px;
    position: relative;
    z-index: 2;
}

.full-width-image-text__cta {
    margin-top: 25px;
    border: 1px solid #0c2a38;
    background: transparent;
    color: #0c2a38;
    font-weight: 500;
}
.full-width-image-text__cta span {
    font-style: italic;
    text-transform: initial;
    font-weight: 700;
    -webkit-text-stroke: 0.5px;
}

@media (min-width: 600px) {
    .full-width-image-text {
        padding-bottom: 110px;
    }

    .full-width-image-text__bg {
        max-width: 50%;
    }
}

@media (min-width: 1024px) {
    .full-width-image-text {
        padding-bottom: 150px;
    }
}

@media (min-width: 1200px) {
    .full-width-image-text {
        padding-bottom: var(--section-margins);
    }
    .full-width-image-text__inner {
        max-width: 750px;
    }
    .full-width-image-text {
        padding-top: 64px;
        padding-bottom: 64px;
    }
}
