.cta {
    border-radius: 24px;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 51px 80px;
    background-image: url(../../../assets/img/desktop.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #10326a;
}

.animation-cta{
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 50% 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 514px;
    height: 514px;
    right: 0;
    mix-blend-mode: overlay;
    z-index: 0;
}
.cta *{
    color: #fff;
}
.cta__title{
    margin: 0;
}
.cta__title{
    font-size: 32px;
    font-weight: 600;
    line-height: 42px;
    letter-spacing: -0.96px;
}
.cta__text{
    color: #B9BDC4;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}
.cta .btn{
    position: absolute;
    right: 94px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.cta .btn svg{
    transform: translateY(0);
}
@media screen and (max-width: 1024px){
    .cta {
        padding: 16px;
    }
    .cta .btn{
        position: relative;
        width: calc( 100% - 32px);
        right: auto;
        margin-top: 24px;
    }
    .cta {
        height: auto;
        padding: 16px;
        background-size: cover;
    }
    .cta:after {
        right: auto;
        transform: translateX(-50%);
        left: 50%;
    }
    .cta__title{
        font-size: 20px;
        line-height: 24px;
        letter-spacing: -0.6px;
    }
    .cta__title br{
        opacity: 0;
        margin-left: 4px;
        padding: 10px;
        visibility: hidden;
    }
    .cta__text{
        font-size: 16px;
        line-height: 22px;
    }
    .animation-cta{
        top: auto;
        bottom: -400px;
        transform: translateX(-50%);
        left: 50%;
        
    }
}

@media screen and (min-width: 461px) and (max-width: 768px) {
    .cta {
    }

    .animation-cta {
    }

    .cta * {
    }

    .cta__title {
    }

    .cta__text {
    }

    .cta .btn {
    }

    .cta .btn svg {
    }

    .cta:after {
    }

}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .cta {
    }

    .animation-cta {
    }

    .cta * {
    }

    .cta__title {
    }

    .cta__text {
    }

    .cta .btn {
    }

    .cta .btn svg {
    }

    .cta:after {
    }

}

