.cta-cont{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background-color: #809ead;
    padding-bottom: 18px;
}

.cta-cont > div{
    position: relative;
    width: 100%;
}
.cta-cont > div:first-child::after{
    content: "";
    position: absolute;
    width: 132px;
    height: 1px;
    background-color: #f7f9fa;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.callout{
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}


.callout > a{
    padding: 44px 0 41px;
    width: 100%;
    text-align: center;
}

.cta-cont > div:last-child .callout > a{
    padding: 43px 0 42px;
}
.callout .title{
    font-family: "proxima-nova",sans-serif;
    text-transform: uppercase;
    color: #FFF;
    font-size: 26.8px;
    line-height: 28.8px;
    font-weight: 300;
    margin: 0;
}

.callout .title span{
    font-weight: 600;
    letter-spacing: 2.68px;
    display: table;
    width: auto;
    border-bottom: 1px solid #FFF;
    margin: 2px auto 0;
    line-height: 1em;
}

@media screen and (min-width: 40em){

    
    .cta-cont > div:first-of-type .callout{
        padding-left: 0;
    }

    .callout .title span{
        display: inline-block;
        line-height: inherit;
        margin: 0;
    }

}

@media screen and (min-width: 64em){
    .cta-cont{
        display: flex;
        flex-direction: row;
        padding: 21.5px 0;
    }
    .cta-cont > div{
        width: 50%;
    }
    .cta-cont > div:first-child::after{
        content: none;
    }

    .cta-cont > div:first-child > .callout > a{
        border-right: 2px solid #FFF;
    }

    .callout > a{
        padding: 21px 0;
    }
    .cta-cont .callout .title{
        font-size: 28px;
        letter-spacing: 0.56px;
        line-height: 1em;
    }

     .cta-cont .callout .title span{
        display: inline-block;
        font-weight: bold;
        border-bottom: 1px solid #c0cfd6;
        letter-spacing: 0;
    }
}

@media screen and (min-width: 1440px){
    .cta-cont > div:first-child > .callout > a{
        text-align: right;
    }
    .cta-cont > div:last-child > .callout > a{
        text-align: left;
    }
    .cta-cont .callout .title{

        width: 440px;
        display: inline-block;
    }
    .cta-cont > div:first-child > .callout .title{
        margin-right: 210px;
    }

    .cta-cont > div:last-child > .callout .title{
        margin-left: 246px;
    } 

}