.get-in-touch {
  position: absolute;
  height: 100%;
  transform: translate(4.1666666667svw, -4rem);
}
.get-in-touch h1 {
  margin: max(2rem, 10%) 0 max(1.25rem, 10%) 0;
  width: max-content;
}
.get-in-touch h1,
.get-in-touch span {
  display: flex;
  align-self: center;
}
.get-in-touch ul {
  padding: 0;
  list-style: none;
  row-gap: 1rem;
}
.get-in-touch ul a {
  color: #4d4d4d;
  text-decoration: none;
}
.get-in-touch ul a:hover {
  color: #c4c4c4;
}
.get-in-touch ul li {
  text-indent: -2.3rem;
  margin-left: 2.3rem;
}
.get-in-touch ul li:not(:first-child) {
  padding-top: max(1rem, 8%);
}
.get-in-touch ul svg {
  height: 2rem;
  width: 2rem;
  border-radius: 0.25rem;
  padding: 0.1rem;
  background: #A81F1C;
  color: rgb(230, 230, 230);
}

@media (max-width: 991px) {
  .get-in-touch {
    transform: translate(0.5rem, -4rem);
  }
}

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