.angelstwelve-cta {
    padding: 40px 0;
    position: relative;
    background: linear-gradient(90deg, rgba(16, 24, 26, 1) 0%, rgba(58, 65, 75, 1) 50%);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 655px;
    overflow: hidden;
}

.angelstwelve-cta__picture {
    position: absolute;
}

.angelstwelve-cta__picture--left {
    left: 1px;
    height: 100%;
    top: 0;
}

.angelstwelve-cta__picture--right {
    top: 50%;
    right: 80px;
    width: 195px;
    transform: translateY(-50%);
}

.angelstwelve-cta__img {
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: 100% !important;
}

.angelstwelve-cta__content {
    text-align: center;
    max-width: 840px;
    margin-left: 9.9vw;
    position: relative;
    z-index: 1;
}

.angelstwelve-cta__title {
    font-family: Ebrima, sans-serif;
    font-weight: 700;
    font-size: 35px;
    line-height: 1.27;
    color: #F15F39;
    margin-bottom: 13px;
}

.angelstwelve-cta__subtitle {
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 1.21;
    color: #fff;
    margin-bottom: 29px;
}

.angelstwelve-cta__text,
.angelstwelve-cta__text * {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 19px;
    line-height: 1.21;
    text-align: center;
    color: #fff;
}

.angelstwelve-cta__text {
    margin-bottom: 45px;
}

.angelstwelve-cta__text p {
    margin-bottom: 23px;
}

@media (max-width: 1200px) {
    .angelstwelve-cta {
        min-height: 400px;
    }

    .angelstwelve-cta__picture--left {
        left: 0;
    }

    .angelstwelve-cta__picture--right {
        right: 40px;
        width: 123px;
    }

    .angelstwelve-cta__content {
        text-align: center;
        max-width: 452px;
        margin-left: 14.4vw;
    }

    .angelstwelve-cta__title {
        font-size: 22px;
        line-height: 1.27;
        margin-bottom: 9px;
    }

    .angelstwelve-cta__subtitle {
        font-size: 16px;
        line-height: 1.19;
        margin-bottom: 16px;
    }

    .angelstwelve-cta__text,
    .angelstwelve-cta__text * {
        font-size: 12px;
        line-height: 1.25;
    }

    .angelstwelve-cta__text {
        margin-bottom: 16px;
    }

    .angelstwelve-cta__text p {
        margin-bottom: 15px;
    }
}

@media (max-width: 768px) {
    .angelstwelve-cta {
        padding: 0;
        min-height: 343px;
        align-items: stretch;
    }

    .angelstwelve-cta__picture--left {
        left: -46px;
    }

    .angelstwelve-cta__picture--right {
        left: 10px;
        width: 61px;
    }

    .angelstwelve-cta__content {
        text-align: center;
        max-width: 250px;
        margin-left: auto;
        padding: 22px 10px;
        background: linear-gradient(90deg, rgba(16, 24, 26, 0) 0%, rgba(58, 65, 75, 1) 20%);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .angelstwelve-cta__title {
        font-size: 12px;
        line-height: 1.25;
        margin-bottom: 5px;
    }

    .angelstwelve-cta__subtitle {
        font-size: 9px;
        line-height: 1.22;
        margin-bottom: 6px;
    }

    .angelstwelve-cta__text,
    .angelstwelve-cta__text * {
        font-size: 8px;
        line-height: 1.25;
    }

    .angelstwelve-cta__text {
        margin-bottom: 12px;
    }

    .angelstwelve-cta__text p {
        margin-bottom: 10px;
    }
}