@media only screen and (min-width: 641px) {
  #contactwrapper {
    margin: auto;
  }

  .contact-row {
    display: flex;
    align-content: flex-start;
    width: 100%;
    flex-direction: column;
    font-weight: 200;
  }
  #contactwrapper .contact-row .contact-col form {
    display: flex;
    flex-direction: column;
    width: 80%;
    height: auto;
    padding: 0 5%;
  }
}

@media only screen and (min-width: 1141px) {
}
