.special-cta {
    display: flex;
    flex-direction: column;
}

.special-cta__image {
    position: relative;
    bottom: 0;
    min-height: 284px;
}


.special-cta__wrapper {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
    margin-bottom: -33px;
}

.special-cta {
    position: relative;
}

.special-cta__bg {
    position: absolute;
    width: 100%;
    z-index: -1;
    height: 965px;
    bottom: -0.5px;
    background: linear-gradient(161deg, rgba(127, 152, 182, 0.00) 82.89%, #7F97B5 99.53%), linear-gradient(180deg, rgba(127, 152, 183, 0.00) 0%, rgba(127, 152, 183, 0.91) 66.34%, #829BB9 100%);
}

.special-cta__heading {
    max-width: 891px;
    margin-bottom: 10px;
}

.special-cta__text {
    max-width: 616px;
}

.special-cta__actions {
    margin-top: 30px;
    align-items: center;
    display: flex;
    gap: 20px;
    position: relative;
}

.special-cta__decor {
    position: absolute;
    right: -132px;
    bottom: -2px;
    transform: rotate(17deg);
    width: 115px;
    height: 115px;
}

.special-cta__download-btn {
    display: flex;
}

.special-cta__download-text {
    max-width: 141px;
}

.special-cta__top {
    position: relative;
}

.special-cta__btn {
    min-width: 251px;
}
@media screen and (min-width: 1600px) {
    .special-cta__heading {
        max-width: 1100px;
    }

    .special-cta__text {
        max-width: 816px;
    }

    .special-cta__download-text {
        max-width: 137px;
    }
}

@media screen and (max-width: 1199.98px) {
    .special-cta__wrapper {
        margin-bottom: -15px;
    }
}

@media screen and (max-width: 1024.98px) {
    .special-cta__bg {
        height: 778px;
    }

    .special-cta__wrapper {
        margin-bottom: -15px;
    }

    .special-cta__decor {
        right: -60px;
        bottom: 10px;
        transform: rotate(10deg);
        width: 75px;
        height: 75px;
    }
}

@media screen and (max-width: 599.98px) {
    .special-cta__wrapper {
        margin-bottom: -7px;
    }

    .special-cta__btn {
        min-width: 0;
    }

    .special-cta__actions {
        gap: 10px;
    }
    .special-cta__decor {
        right: -80px;
        bottom: 10px;
        transform: rotate(10deg);
        width: 65px;
        height: 65px;
    }

    .special-cta__heading {
        max-width: 345px;
    }
}

@media screen and (max-width: 499.98px) {
    .special-cta__decor {
        right: -47px;
        bottom: 30px;
        transform: rotate(-2deg);
        width: 55px;
        height: 55px;
    }
}