#contact .s1 {
  position: relative;
  background: none;
}
#contact .s1 .content {
  max-width: 1280px;
  text-align: left;
  top: 0;
  left: 0;
  transform: none;
  padding-top: 200px;
  position: relative;
}
#contact .s1 h1 {
  color: #173E2D;
  font-size: 52px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 14px;
}
#contact .s1 .grid {
  padding-top: 70px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
#contact .s1 p {
  color: #21604F;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#contact .s1 a {
  color: #21604F;
  text-decoration: none;
}

@media all and (max-width: 767px) {
  #contact .s1 .content {
    padding-top: 140px;
  }
  #contact .s1 .grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

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