.c-container-wrap {
  display: flex;
  justify-content: center;
}
.c-container-wrap .cu-info-n {
  font-size: 1.5rem;
  font-weight: 600;
}
.c-container-wrap .cu-info-e {
  font-size: 1.1rem;
  font-weight: 600;
}

.c-container {
  display: flex;
  flex-direction: column;
  width: 1080px;
  gap: 3rem;
  padding: 1.5rem;
  text-align: center;
}
.c-container h1 {
  text-align: center;
  margin: 1rem 0 1rem 0;
  font-size: 2rem;
}
@media (min-width: 854px) {
  .c-container h1 {
    font-size: 4.5rem;
  }
}
.c-container h2 {
  font-size: 1.7rem;
  margin: 1rem 0 1rem 0;
}
@media (min-width: 854px) {
  .c-container h2 {
    font-size: 3rem;
  }
}
.c-container p {
  margin: 0;
  font-size: larger;
  text-wrap: balance;
}
.c-container a {
  text-decoration: none;
  color: rgb(230, 57, 70);
}

.contact-us-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  gap: 2rem;
}
.contact-us-wrap i {
  color: rgb(230, 57, 70);
}
.contact-us-wrap .nobr {
  white-space: nowrap;
}
@media (min-width: 854px) {
  .contact-us-wrap {
    display: flex;
    flex-direction: row;
  }
}

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