.contact {
  margin-top: 20px; }
  .contact h1 {
    font-size: 48px;
    font-weight: 200; }
  .contact .contact-addr {
    margin: 4.14062%;
    margin-top: 0; }
    .contact .contact-addr table {
      width: 100%; }
  .contact .contact-left, .contact .contact-right {
    width: 43.750%;
    float: left;
    background-color: #fff;
    margin-left: 4.14062%; }
    @media (max-width: 1280px) {
      .contact .contact-left, .contact .contact-right {
        min-height: 34.375vw; } }
    .contact .contact-left .text, .contact .contact-right .text {
      padding: 20px 5.1282051%; }
      .contact .contact-left .text h2, .contact .contact-right .text h2 {
        color: #d22027;
        font-size: 18px;
        margin-bottom: 10px; }
      .contact .contact-left .text p, .contact .contact-right .text p {
        font-size: 15px; }
      .contact .contact-left .text a, .contact .contact-right .text a {
        color: #d22027; }
        .contact .contact-left .text a:hover, .contact .contact-right .text a:hover {
          text-decoration: none; }
  .contact .contact-right {
    margin-right: 4.14062%; }
  @media (max-width: 700px) {
    .contact .contact-left, .contact .contact-right {
      width: 100%;
      float: none;
      height: auto;
      margin: 0;
      margin-bottom: 32px; }
    .contact .contact-addr {
      margin-left: 0;
      margin-right: 0; } }

@media (max-width: 700px) {
  .contact {
    margin: 10px 20px; } }
