.cta {
    position: relative;
    z-index: 1;
}

.cta-light {
    background: #EFF8E9;
}

.cta-blue {
    background: #2960BB;
}

.cta-purple {
    background: #2960BB;
}

.cta__flex {
    padding: 30px 26px 40px;
    border-radius: 30px;
    text-align: center;
}

.cta__description h4 {
    font-size: 24px;
    line-height: 1.1667em;
    letter-spacing: 0;
}

.cta-blue .cta__description h4 {
    color: #fff;
}

.cta-purple .cta__description h4 {
    color: #fff;
}

.cta-blue .btn-primary {
    background: #fff;
    color: #367C00;
}

.cta-purple .btn-primary {
    background: #fff;
    color: #222222;
}

.image-cta--blue-gredient::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 50%;
    top: -1px;
    left: 0;
    background: #19225B;
    z-index: -1;
}

.image-cta__wrap {
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #A0B9E4;
    background: #fff;
}

.image-cta__image {
    height: 201px;
}

.image-cta__description {
    padding: 20px 20px 30px;
}

.image-cta__description h3 {
    margin-bottom: 5px;
}

.image-cta__description .sub-heading {
    margin-bottom: 10px;
}

.individual-podcast+.cta .cta__description h4 {
    letter-spacing: 0.025em;
}

@media (min-width: 768px) {
    .cta--curve::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 50%;
        bottom: -1px;
        left: 0;
        background: #F5F8FC;
        z-index: -1;
    }
    .individual-podcast+.cta--curve::before {
        top: -1px;
        background: #f5f8fc;
        bottom: unset;
    }
    .cta__flex {
        padding: 30px 58px 36px;
        border-radius: 140px;
    }
    .cta__description h4 {
        font-size: 30px;
    }
    .image-cta--blue-gredient::before {
        display: none;
    }
    .image-cta__wrap {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row-reverse;
        margin-top: -139px;
    }
    .image-cta__image {
        height: auto;
        width: 257px;
        position: relative;
    }
    .image-cta__image img {
        position: absolute;
        top: 0;
        left: 0;
    }
    .image-cta__description {
        padding: 50px 48px 60px 36px;
        width: calc(100% - 257px);
    }
    .image-cta__description .sub-heading {
        margin-bottom: 15px;
    }
}

@media (min-width: 1200px) {
    .cta__flex {
        padding: 50px 68px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-align: left;
    }
    .cta__description {
        width: 719px;
    }
    .cta__description h4 {
        font-size: 45px;
        line-height: 1.111em;
        margin: 0;
    }
    .cta-blue .btn-primary:hover {
        background: #dff5ce;
        color: #367C00;
        border: 3px #367C00 solid;
    }
    .image-cta__wrap {
        margin-top: -172px;
    }
    .image-cta__image {
        width: 507px;
    }
    .image-cta__description h3 {
        margin-bottom: 15px;
    }
    .image-cta__description {
        padding: 85px 48px 85px 108px;
        width: calc(100% - 507px);
    }
    .cta-purple .btn-primary:hover {
        background: #f5f8fc;
        color: #fff;
    }
    .individual-podcast+.cta .cta__description h4 {
        font-size: 40px;
        line-height: 1.2em;
    }
    .testimonial-form-image--with-curve+.cta {
        margin-top: 100px;
    }
}

@media (min-width: 1366px) {
    .cta__flex {
        padding: 50px 108px;
    }
}