﻿.contact-page div.topic-block-body {
  background: #fff;
  color: #555;
  font-family: 'Arimo', sans-serif;
  font-size: 16px;
  font-style: normal;
  text-align: left;
}

.contact-page .contact-wrapper {
  display: flex;
}

.contact-page .contact-wrapper > div {
  flex-basis: 50%;
  padding: 2rem;
}

.contact-page .contact-wrapper .form-fields {
  width: auto;
}

@media screen and (max-width: 1020px) {
  .contact-page .contact-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
  .contact-page .contact-wrapper > div {
    flex-basis: 100%;
  }

  .contact-copy {
    width: 70%;
    margin: 0 auto;
  }
}