.fund_event_sec p.hd_prt_para {
    max-width:1170px ;
    width:80%;
    margin: auto;
}

.fund_event_sec .section_blog_content h3{
    color:#231F20 !important;
}
.fund_event_sec .section_blog_content p{
    color:#ABABAB !important;
    margin-bottom: 10px;
}


.form_sec {
    max-width: 1024px;
    width:80%;
    margin: auto;
}
.form_sec p {
    max-width:100%;
    text-align: left;
}
.volunter_form_dv {
    font-size: 20px;
    font-weight:700;
}
.volunter_form_dv h5 {
    margin-bottom: 7px;
    font-weight:700;
    margin-top: 30px !important;
}



/*-------------   Mobile Screen Media Query -------------  */
@media only screen and (min-device-width: 300px) and (max-device-width: 680px) {

    .fund_event_sec p.hd_prt_para {
        max-width: 1170px;
        width: 100%;
    }
    .fund_event_sec .section_blog_content h3 {
        margin-bottom: 3px;
    }
    .fund_event_sec .section_blog_content p {
        color: #231F20 !important;
    }
    .fund_event_sec .section_blog_content {
        margin-bottom: 35px;
    }

}

@media only screen and (min-device-width: 681px) and (max-device-width: 991px) {
    .invlv_banner  .bnr_rw_main {
        top: 19px;
    }
    .form_sec {
        width: 90%;
    }
}
@media only screen and (min-device-width: 992px) and (max-device-width: 1024px) {

    .form_sec {
        width: 90%;
    }
    .invlv_banner  .bnr_rw_main {
        top: 80px;
    }


}