html {
  font-size: 10px;
}

.section-address {
  padding: 10rem 0;
}
.section-address .h {
  margin-bottom: 2.4rem;
}
.section-address .card {
  background-color: rgba(217, 217, 217, 0.1);
  border-radius: 10px;
  margin: 1.2rem 0;
  padding: 5rem;
  height: calc(100% - 3.2rem);
}
.section-address .card h4 {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
.section-address .card p {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.6;
}

@media (width <= 991px) {
  .section-address .card {
    padding: 3rem;
  }
}/*# sourceMappingURL=contact.css.map */