.cta-panel-block {
    padding: 64px 0;
}
.cta-panel-block .section-header {
    float: none;
    padding-bottom: 32px;
}
.cta-panel-block .section-header h2 {
    float: none;
    margin: 0;
    padding: 0;
    border: none;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
}
.cta-panel-block .content {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.cta-panel-block .content .image {
    width: 100%;
    flex: 1 1 100%;
    height: auto;
    margin: 0 0 24px;
}
.cta-panel-block .content .image img {
    border-radius: 10px;
}
.cta-panel-block .content .text h3 {
    border: none;
    padding: 0;
    margin: 0 0 24px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
}
.cta-panel-block .content .text p {
    padding: 0;
    margin: 0 0 24px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
}
.cta-panel-block .content .text a {
    display: flex;
    align-items: center;
    padding: 10px 12px;
    margin: 0;
}
.cta-panel-block .content .text a img {
    height: 24px;
    width: auto;
    margin: 0 10px 0 0;
}

@media only screen and (min-width:1000px) {
    .cta-panel-block .content {
        flex-direction: row;
        align-items: center;
    }
    .cta-panel-block .content .image {
        width: 50%;
        flex: 0 0 50%;
        margin: 0;
    }
    .cta-panel-block .content .text {
        width: 50%;
        flex: 0 0 50%;
        padding: 0 48px;
    }
}
