#contact-us .s2 .left .lg {
  font-size: 1.8rem;
  line-height: 2.3rem;
  font-weight: 100;
  margin-bottom: 2.5rem;
}

#contact-us .s2 .left > div {
  margin-bottom: 1.75rem;
}

#contact-us .s2 .left > div h4 {
  font-family: "tt-commons-pro";
  font-style: normal;
  font-weight: 300;
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
  margin-bottom: 10px;
}

#contact-us .s2 .left > div p {
  font-weight: 200;
}

#contact-us .s2 .left a {
  font-family: "tt-commons-pro";
  font-style: normal;
  font-weight: 300;
  color: #FFFFFF;
  font-size: 1.05rem;
  line-height: 1.5rem;
  font-weight: 200;
  transition: opacity .3s ease;
}

#contact-us .s2 .left a:hover {
  opacity: 0.7;
}

/**** MEDIA ****/
@media screen and (max-width: 1200px) {
  #contact-us .s2 .left .lg br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #contact-us .contact-form {
    padding: 8rem 0 5rem 0;
  }
  #contact-us h1 {
    font-size: 3.5rem;
    line-height: 4rem;
  }
  #contact-us .s2 .left .lg {
    font-size: 1.5rem;
  }
}
