 .contact_form_custom img.form-page-cover-image {
    width: 200px;
    height: 100px;
    object-fit: contain;
}
.contact_form_custom label {
    font-family: "Nunito", sans-serif;
    font-size: 18px;
}
.contact_form_custom .form-section.page-section li {
    display: flex
;
    justify-content: center;
    align-items: center;
}
.contact_form_custom .form-section.page-section label {
    font-family: "Nunito", sans-serif;
    font-size: 18px;
    text-align: left;
}
.New_form img.form-page-cover-image {
    width: 100px;
    height: 100px;
}
.New_form ul.form-section.page-section {
    padding: 0 10px;
}
.New_form li div {
    width: 100%;
}
.New_form label {
    width: 100% !important;
}
.New_form div#formCoverLogo {
    padding: 0;
}
.contact_form_custom.form_style {
    background: #fff !important;
}