.manager-cta__content {
    box-sizing: border-box;
    border-radius: 50px;
    background: linear-gradient(329deg, #FDFDFD 26.32%, #F1F6F7 81.28%);
    padding: 40px;
    margin-top: 24px;
}

.manager-cta__description {
    margin: 0 0 28px 0;
    font-size: 18px;
    font-weight: 600;
}

.manager-cta__image {
    display: block;
    margin: auto;
    width: 100%;
    height: auto;
}

.manager-cta__highlight {
    border-radius: 25px;
    background: linear-gradient(221deg, rgba(86, 54, 201, 0.05) 7.54%, rgba(86, 54, 201, 0.20) 109.83%);
    padding: 24px;
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
    margin: 16px 0 0 0;
}

.manager-cta__highlight-text {
    margin: 0;
    font-size: 18px;
    padding: 0;
    font-weight: 600;
}

.manager-cta__benefits li {
    line-height: 1.4;
    font-weight: 400;
}

@media screen and (min-width:1024px){.manager-cta__content {
        flex-wrap: nowrap;
        flex-direction: row;
        display: flex;
        padding-bottom: 0;
        padding-right: 0;
    }

    .manager-cta__text {
        width: auto;
    }

    .manager-cta__image {
        min-width: 360px;
        max-width: 360px;
        height: 100%;
        margin-top: -20px;
    }}

@media screen and (min-width:1280px){.manager-cta__content {
        padding: 56px 0 0 56px;
        margin-top: 48px;
        margin-bottom: 48px;
        align-items: anchor-center;
    }

    .manager-cta__description {
        margin-bottom: 44px;
    }

    .manager-cta__image {
        min-width: 553px;
        max-width: 553px;
        margin-top: -80px;
        height: auto;
    }

    .manager-cta__highlight-text {
        font-size: 20px;
        line-height: 28px;
    }

    .manager-cta__highlight {
        margin-top: 32px;
        gap: 24px;
    }}