#campaign-form-submit-button{
    color: #000000 !important;
    background: #EBA75B !important;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: normal;
    line-height: normal;
    transition: all 0.5s ease;
}


#campaign-form h3{
    font-size: 1.4rem;
    font-weight: 700;
}

.boxed-content-section .container   h4{
    font-size: 1.3rem;
    font-weight: 700;
}


@media(max-width:768px){
    #campaign-form{
        padding: 0rem;
    }

    #campaign-form h3{
             margin-bottom: 0px !important;
        font-size: 1.3rem;
        font-weight: 700;
    }
}

.boxed-content-section .card_shadow.card_border {
    background: #fff;
    border: 5px solid #D9D9D9;
}