.bobdo-pro-blocks-block--cta-banner .bobdo-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

@media screen and (min-width: 992px ) {
    .bobdo-pro-blocks-block--cta-banner .bobdo-row {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }    
}

.bobdo-pro-blocks-block--cta-banner .left {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
}

@media screen and (min-width: 992px ) {
    .bobdo-pro-blocks-block--cta-banner .left {
        -ms-flex-preferred-size: 58%;
            flex-basis: 58%;
    }    
}

.bobdo-pro-blocks-block--cta-banner .left .block-title {
    line-height: 1.1;	
    margin: 0;
}

@media screen and (max-width: 991px ) {
    .bobdo-pro-blocks-block--cta-banner .left .block-title {
        margin: 0 0 0.75rem;
    }    
}

.bobdo-pro-blocks-block--cta-banner .right {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
}

@media screen and (min-width: 992px ) {
    .bobdo-pro-blocks-block--cta-banner .right {
        -ms-flex-preferred-size: 42%;
            flex-basis: 42%;
    }    
}

/* Variant - Centered */
.bobdo-pro-blocks-block--cta-banner.centered .bobdo-row {
    flex-direction: column;
}

.bobdo-pro-blocks-block--cta-banner.centered .left,
.bobdo-pro-blocks-block--cta-banner.centered .right {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
}

.bobdo-pro-blocks-block--cta-banner.centered .left > *,
.bobdo-pro-blocks-block--cta-banner.centered .right > * {
    text-align: center;
} 

.bobdo-pro-blocks-block--cta-banner.centered .lead-text {
    margin-top: 0.5rem;
}

.bobdo-pro-blocks-block--cta-banner.centered .btns-wrapper {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
}