.cta-col {
    flex: auto;
    justify-content: center;
    display: flex;
    align-items: center;
}

.cta-image-wrap {
    justify-content: center;
    padding: 0 20px 0 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.cta-content {
    width: 100%;
}

.cta-section {
    text-align: center;
    margin: 70px 0;
    padding: 40px 0;
}

.cta-section:last-child {
    margin: 0;
}

@media screen and (min-width: 1120px) {
    .cta-content {
        justify-content: start;
        text-align: left;
        width: 680px;
    }
}
