@media (max-width:850px) {
  section#contact .inner2 .table-wrap {
    width: 95%;
  }
}

@media (max-width:768px) {
  section.company table tr th, section.company table tr td {
    padding: 25px 25px;
    line-height: 1.4;
  }
}

@media (max-width:500px) {
  #contact table tr th, #contact table tr td {
    display: block;
  }

  #contact table tr th {
    padding: 15px 20px 9px;
  }

  #contact table tr td {
    padding: 9px 20px 15px;
  }

  section#contact .inner2 .table-wrap {
    width: 100%;
  }

  section#contact .inner2 .table-wrap form {
    padding: 30px 20px;
  }

  p.intro {
    text-align: left;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 30px;
  }

  .submit {
    margin-top: 30px;
  }
}