
#contact-form .wdform-label-section.container-civility {
    width: 63% !important;
}
#contact-form .wdform-element-section.container-civility {
    width: 35% !important;
}

@media (max-width: 768px) {
    #contact-form :not(.contact-user) .wdform_column:first-child .wdform_row:first-child {
        max-width: 30% !important;
    }
    #contact-form :not(.contact-user) .wdform_column:first-child .wdform_row:nth-child(2) {
        top: 29px !important;
        max-width: 70% !important;
    }
    #contact-form .wdform_column:first-child .wdform-label-section.container-civility,
    #contact-form .wdform_column:first-child .wdform-element-section.container-civility,
    #contact-form .wdform_column:not(:first-child) .wdform-label-section:not(.wd-width-100),
    #contact-form .wdform_column:not(:first-child) .wdform-element-section:not(.wd-width-100)  {
        width: 100% !important;
    }
}
.container-civility,
.container-subject {
    display: inline-block !important;
}

#contact-form .fm-message {
    text-align: center !important;
    font-size: 18px !important;
    margin: 50px 0 !important;
    font-family: "ModernSans Light" !important;
}