form.contactUsEmployer{grid-template-columns:repeat(4,1fr);grid-template-areas:"form""form""form""button";display:grid}form.contactUsEmployer button{grid-area:button;width:fit-content}@media only screen and (max-width:800px){form.contactUsEmployer{flex-wrap:wrap;display:flex}}
