#contact2 .hero {
  position: relative;
  padding: 240px 0 170px 0;
  box-sizing: border-box;
  min-height: 200px;
}
#contact2 .hero .contain {
  position: relative;
  max-width: 1400px;
}
#contact2 .hero h1 {
  overflow: hidden;
  font-family: "sofia-pro";
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 8.4px;
  text-transform: uppercase;
  color: #4B909F;
  line-height: 36px;
  text-align: center;
  margin-bottom: 10px;
}
#contact2 .hero h3 {
  overflow: hidden;
  font-family: "PP Eiko Thin";
  font-style: normal;
  font-weight: normal;
  font-weight: 100;
  font-size: 3em;
  line-height: 73px;
  color: #134F5C;
  text-align: center;
  margin: 0 auto;
  max-width: 1055px;
}
#contact2 .hero .cols {
  gap: 18px;
  margin-top: 70px;
}
#contact2 .hero .cols > div {
  text-align: center;
  border-radius: 20px;
  border: 1px solid #D0CFCF;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  height: 224px;
  width: calc(33.33% - 12px);
  box-sizing: border-box;
  padding: 10px;
}
#contact2 .hero .cols p label {
  text-transform: uppercase;
  color: #4B909F;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 2.4px;
  line-height: 1.8em;
  display: block;
}
#contact2 .hero .cols p {
  color: #626567;
  font-size: 1rem;
  line-height: 36px;
  font-weight: 300;
  margin-top: 0;
  text-align: center;
  opacity: 1;
}
#contact2 .hero .cols p a {
  color: inherit;
  font-weight: inherit;
}
#contact2 .hero h5 {
  font-family: "sofia-pro";
  color: #4B909F;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 26px;
  margin-top: 70px;
  text-transform: uppercase;
  letter-spacing: 2.88px;
}
#contact2 .hero p {
  color: #626567;
  text-align: center;
  font-family: "sofia-pro";
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
}
#contact2 .hero p a {
  color: #4B909F;
  font-weight: 700;
}

@media all and (max-width: 1279px) {
  #contact2 .hero h3 {
    font-size: 2.3em;
    line-height: normal;
  }
}
@media all and (max-width: 767px) {
  #contact2 .hero {
    padding: 200px 0 100px 0;
  }
  #contact2 .hero .contain {
    text-align: center;
  }
  #contact2 .hero h3 {
    overflow: initial;
    height: auto;
    font-size: 2em;
    display: inline;
    text-align: center;
    line-height: normal;
  }
  #contact2 .hero .cols {
    flex-direction: column;
  }
  #contact2 .hero .cols > div {
    width: 100% !important;
    height: 160px;
  }
}

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