.cta-1 a.button {
    margin: 0px;
    float: right;
}
.cta-1 .heading-margin-bottom {
    margin-bottom: 15px;
}
.cta-1 .global-border-radius:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(assets/dandellion-speech-bubble.svg);
    background-size: contain;
    background-position: top right;
    background-repeat: no-repeat;
    width: 100%;
    height: calc(100% - 40px);
}
.cta-1 .peach_background.global-border-radius:before {
    background-image: url(assets/peach-speech-bubble.svg);
}
.cta-1 .columbia_background.global-border-radius:before {
    background-image: url(assets/columbia-speech-bubble.svg);
}
@media(max-width: 767.98px){
    .cta-1 a.button {
        float: left;
    }
    .cta-1 .cta_button {
        margin-top: 15px;
    }
    .cta-1 .heading-margin-bottom {
        margin-bottom: 10px;
    }
}