.contactUs_form{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.contactUs_form select,.contactUs_form input{
    width: 100%;
    padding: 1rem;
}
textarea{
    width: 100%;
    height: 40rem;
    padding: 1rem;
}
.captchaAndBtton{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}
button{
   
    padding: 1rem;
}