.wdm-input-field p {
    display: flex;
    flex-wrap: wrap;
}
 
div.contactForm form select.wpcf7-select {
    margin-bottom: 0px;
    padding-left: 0px;
} 

@media screen and (max-width: 600px) {
    #wrapper > .contactContent,
    #wrapper > .contactForm {
        display: none;
    }

    #wrapper > .bannerTitle {
        float: none;
    }

    .wdm-mobile {
        padding: 110px 16px;
    } 

    .wdm-mobile .nta_wa_button > a {
        display: flex;
        align-items: center;
        margin: 0px 0px 25px 0px;
    }

    .wdm-mobile a .wa__btn_txt {
        padding: 0px 0px 0px 40px;
    }

    .wdm-mobile .contactForm {
        margin: 0px 0px 25px 0px;
        width: 100%;
    }
}

@media screen and (min-width: 600px) {
    .wdm-mobile {
        display: none;
    }
}
   