.full-image-cta {
    position: relative;
    height: 585px;
    z-index: 1;
    overflow: hidden;
}

.full-image-cta-bg {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.full-image-cta-plane {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.full-image-cta-since {
    position: absolute;
    right: 0;
    top: 0;
}

.lcr-text {
    position: absolute;
    right: -4px;
    bottom: -45px;
    z-index: 2;
    width: 251px;
}

.full-image-cta__overlay {
    position: absolute;
    left: 0;
    bottom: 90px;
    z-index: 5;
}


@media(min-width: 768px) {
    .full-image-cta-since {
        right: 52px;
    }

    .lcr-text {
        right: 11px;
        width: 390px;
        bottom: -25px;
    }

    .full-image-cta {
        height: 759px;
    }

    .full-image-cta__overlay {
        bottom: 100px;
        width: 100%;
    }
}

@media(min-width: 1200px) {
    .full-image-cta-since {
        right: 65px;
        width: 1128px;
        top: -32px;
    }

    .lcr-text {
        right: 0px;
        width: 443px;
        bottom: 17px;
    }

    .full-image-cta__overlay-text {
        max-width: 605px;
    }

    .full-image-cta__overlay-text .btn {
        margin-top: 30px;
    }

    .full-image-cta__overlay-text .btn {
        margin-top: 28px;
        display: inline-block;
    }

    .full-image-cta__overlay-text h2 {
        margin: 0 0 35px;
    }

    .full-image-cta {
        height: 668px;
    }
}

@media(min-width: 1600px) {
    .full-image-cta-since {
        right: 63px;
        width: 1387px;
        top: 0;
    }

    .lcr-text {
        right: 4px;
        width: 545px;
        bottom: 0;
    }

    .full-image-cta {
        height: 951px;
    }

    .full-image-cta__overlay-text h2 {
        font-size: 90px;
        margin: 0 0 28px;
    }

    .full-image-cta__overlay-text {
        max-width: 675px;
    }

    .full-image-cta__overlay-text .btn {
        margin-top: 53px;
    }

    .full-image-cta__overlay {
        bottom: 125px;
    }
}