
.aae-cta-area {
    position: relative;
}

@media only screen and (max-width: 767px) {
    .aae-cta-area {
        padding-inline-start: 15px;
        padding-inline-end: 15px;
    }
}

.aae-cta-area .section-title {
    display: inline-block;
    padding-bottom: 7px;
    font-family: var(--font_dmsans18);
}

@media only screen and (max-width: 1399px) {
    .aae-cta-area .section-title {
        margin-top: -17px;
    }
}

@media only screen and (max-width: 1199px) {
    .aae-cta-area .section-title {
        margin-top: -7px;
    }
}

.aae-cta-area .section-description {
    padding-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .aae-cta-area .section-description {
        padding-bottom: 0;
    }

    .aae-text-slider-title img {
        width: 20px;
        margin-right: 5px;
    }
}

.aae-cta-area .aae-hero-btn {
    margin-bottom: 0;
}

.cta-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -2;
    width: 100%;
}

.cta-img {
    position: absolute;
    left: 22%;
    top: 16%;
    z-index: -2;
}

@media only screen and (max-width: 1500px) {
    .cta-img {
        left: 15%;
    }
}

@media only screen and (max-width: 1199px) {
    .cta-img {
        left: 15%;
        top: 5%;
    }
}

@media only screen and (max-width: 991px) {
    .cta-img {
        display: none;
    }
}

.cta-bg {
    width: 100%;
}

.card-bg {
    background: linear-gradient(225deg, #F12529 10.04%, #FFA030 90.11%);
    filter: blur(350px);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.3;
}
