.contact-us-form {
  font-size:0.75em;
  line-height: 1em;
}

.contact-us-form .right-contact {
  padding: 10px 0 10px 10px;
}

.contact-us-form .left-contact {
  border-right:1px solid;
  padding: 10px 10px 10px 0;
}

.contact-us-form input,
.contact-us-form textarea{
  width:100%;
  box-sizing: border-box;
}

.contact-us-form .captcha-input {
  height:60px;
  margin-top: 0 !important;
}

@media screen and (max-width: 45em) { /* Mobile */
  .contact-us-form .left-contact,
  .contact-us-form .right-contact{
    border-right:0px;
    padding: 0px;
  }
}