 .cta-box {

    padding: 40px 20px;

    border-radius: 8px;

    text-align: center;

    max-width: 700px;

    margin: 10px;

    box-shadow: 3px 3px 22px rgb(29 35 39 / 10%);

}



.cta-box h2 {
    font-size: 34px !important;
    color: #fff !important;
    font-weight: 700!important;
    margin-bottom: 15px;
    text-transform: capitalize;
}


.cta-box p {

    font-size: 16px;

    color: #fff;

    margin-bottom: 25px;

}



.cta-box .cta-button {
    color: #fff;
    padding: 12px 25px;
    text-decoration: none;
    font-weight: 600;
        border-radius: 50px;
    display: inline-block;
    transition: background .3s ease;
    margin-bottom: 10px;
}



.cta-box .cta-button:hover {

    background-color: #fff !important;

    color: #83966c;

}



.cta-box .cta-button-call {
    color: #83966c;
    padding: 12px 25px;
    text-decoration: none;
    font-weight: 600;
        border-radius: 50px;
    display: inline-block;
    transition: background .3s ease;
}



.cta-box .cta-button-call:hover {

    background-color: #131419 !important;

    color: #fff;

}