.view_ctas_block {
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.block-text-left {
    text-align: left; 
}
.cta-block-image {
    max-width: 400px;
}
.block-text-right {
    text-align: right;
}
.cta-block-inner {
    padding: 0 2.5em;
    max-width: 400px;
}
@media (min-width:568px) {
    .cta-img-pos-1 {
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    .cta-img-pos-2 {
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: center;
    }
}