.home-cta{
    position:relative;
    overflow:hidden;
    background:#fff8f2;
    padding:100px 0;
    border-top:1px solid #eee;
}

.home-cta .container{
    position:relative;
    z-index:2;
}

.home-cta h2{
    color:#0b2c59;
    font-size:48px;
    font-weight:700;
    line-height:1.25;
    margin-bottom:20px;
}

.home-cta p{
    color:#666;
    max-width:750px;
    margin:0 auto 35px;
    line-height:1.9;
}

.home-cta .btn{
    background:#ff7a00;
    color:#fff;
    padding:16px 38px;
    border-radius:8px;
    font-weight:600;
}

.home-cta .section-subtitle{
    color:#ff7a00;
    text-transform:uppercase;
    letter-spacing:3px;
    font-weight:700;
}

.cta-left{
    position:absolute;
    left:0;
    bottom:0;
    width:360px;
    z-index:1;
}

.cta-right{
    position:absolute;
    right:0;
    bottom:0;
    width:360px;
    z-index:1;
}