<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.contact-us {
  margin-bottom: 36px;
}

.contact-us label {
  width: calc(50% - 20px);
  min-width: 350px;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  background: #14a876;
  padding: 12px;
  color: white;
  font-weight: 900;
  margin: 8px;
  border-radius: 5px;
}

.contact-us label:last-of-type {
  width: 100%;
}

.contact-us .form-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.contact-us textarea {
  min-height: 280px;
}

.contact-us textarea, .contact-us input {
  font-weight: bold;
  font-size: 1.125rem;
}

.contact-us button {
  margin: 20px auto;
  min-width: 40vw;
  font-size: 2rem;
}

.contact-us h2 {
  text-align: center;
  font-size: 2.5rem;
}
</pre></body></html>