#contact-us .s1 {
  position: relative;
  background: #0F1E3A;
  height: 400px;
  padding-top: 230px;
}
#contact-us .s1 h1 {
  font-size: 4em;
  font-weight: 300;
  color: #fff;
  text-align: center;
}
#contact-us .s2 {
  background: #1C376C;
  color: #fff;
  position: relative;
}
#contact-us .s2 .img {
  background: url(/i/contact-image.jpg) no-repeat center/cover;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
}
#contact-us .s2 .half {
  width: 48%;
  color: #fff;
  padding: 185px 0;
}
#contact-us .s2 a {
  text-decoration: underline;
  color: #fff;
}
#contact-us .s2 a, #contact-us .s2 h4 {
  font-size: 1.1em;
  font-weight: 200;
  line-height: 1.6em;
  color: inherit;
}
#contact-us .s2 h3 {
  font-size: 1.1em;
  font-weight: 200;
  line-height: 1.6em;
  color: inherit;
  text-transform: uppercase;
  margin-top: 1.2em;
}
#contact-us .s2 .btn-linkedin {
  width: 40px;
  height: 40px;
  background: url(/i/svg/linkedin-icon.svg) no-repeat center/cover;
  display: block;
  margin-top: 1.2rem;
}

@media all and (max-width: 1023px) {
  #contact-us .s2 {
    display: flex;
    flex-direction: column;
  }
  #contact-us .s2 .half {
    padding: 70px 0;
    width: 100%;
  }
  #contact-us .s2 .img {
    position: relative;
    height: 400px;
    width: 100%;
  }
}
@media all and (max-width: 980px) {
  #contact-us .s1 h1 {
    font-size: 3em;
  }
}
@media all and (max-width: 767px) {
  #contact-us .s1 h1 {
    font-size: 2em;
  }
  #contact-us .s2 h4, #contact-us .s2 a {
    font-size: 1em;
  }
}
@media all and (max-width: 600px) {
  #contact-us .s1 {
    height: 310px;
    padding-top: 200px;
  }
  #contact-us .s2 .half {
    text-align: center;
  }
}

/*# sourceMappingURL=contact-us.css.map */
