html {
  font-size: 10px;
}

@media (max-width: 1550px) {
  html {
    font-size: 7px;
  }
}
.section-gettouch .card {
  background-color: #EDF2F7;
  border: 1px solid #DFDFDF;
  border-radius: 10px;
  height: 100%;
  padding: 6rem;
}
.section-gettouch .card .h {
  font-weight: 500;
  margin-bottom: 3.6rem;
  position: relative;
  padding-bottom: 3.6rem;
}
.section-gettouch .card .h::after {
  content: "";
  position: absolute;
  background-color: rgba(0, 142, 178, 0.1);
  bottom: 0;
  left: 0;
  height: 1px;
  width: 20rem;
}
.section-gettouch .card ul .li {
  align-items: flex-start;
  display: flex;
}
.section-gettouch .card ul .li-text {
  flex: 1;
  padding-left: 1.5rem;
}
.section-gettouch .card ul .li-text p {
  color: #464646;
  font-size: 2rem;
  line-height: 3.4rem;
}
.section-gettouch .card ul .li-text p a {
  color: #464646;
}
.section-gettouch .card ul .li-text p a:hover {
  text-decoration: underline;
}
.section-gettouch .card ul .li + .li {
  margin-top: 2rem;
}/*# sourceMappingURL=contactus.css.map */