.cta-section{
    position:relative;
    padding:120px 0;
    background:#0d6efd;
    background-size:cover;
    background-position:center;
    color:#fff;
    overflow:hidden;
}

.cta-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.55);
}

.cta-content{
    position:relative;
    z-index:2;
    max-width:850px;
    margin:auto;
}

.cta-content h2{
    font-size:48px;
    margin:20px 0;
}

.cta-description{
    font-size:18px;
    line-height:1.8;
    margin-bottom:35px;
}

.cta-buttons{
    display:flex;
    gap:15px;
    justify-content:center;
    flex-wrap:wrap;
}

@media(max-width:768px){

    .cta-content h2{
        font-size:34px;
    }

}