.contact-us-content {
  display: flex;
  gap: 7.5rem;
}

.contact-us-content .left {
  width: 55%;
}

.contact-us-content .right {
  width: 45%;
}

.contact-us-content .left p {
  color: #15312e;
  font-size: 1.5rem;
  font-weight: 100;
  line-height: 2.25rem;
}

.contact-us-content .left p:first-child {
  margin-bottom: 2.5rem;
}

.contact-us-content .left .field {
  color: rgba(0, 0, 0, 0.24);
  font-size: 1.5rem;
  font-weight: 200;
  line-height: 2.25rem;
}

.contact-us-content .left .value {
  font-size: 1.5rem;
  font-weight: 200;
  line-height: 2.25rem;
  margin-bottom: 1.5rem;
}

.contact-us-content .right p {
  color: #15312e;
  text-align: start;
  font-size: 1.375rem;
  font-weight: 200;
  line-height: 1.65rem;
  margin-bottom: 1rem;
}

.contact-us-content .right input {
  display: flex;
  height: 3.5rem;
  padding: 1rem 1.5rem 1rem 1rem;
  align-items: flex-start;
  gap: 0.25rem;
  align-self: stretch;
  width: 100%;
  border-radius: 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #fff;
  margin-bottom: 2rem;
  font-size: 1.375rem;
  font-weight: 100;
}

.contact-us-content .right .submit {
  display: flex;
  height: 3.5rem;
  padding: 1rem 1.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  flex: 1 0 0;
  border-radius: 0.5rem;
  background: #f9c06f;
  border: none;
  width: 100%;
  margin-bottom: 1.25rem;
}

.contact-us-content .right .privacy-policy {
  align-self: stretch;
  color: rgba(21, 49, 46, 0.72);
  font-size: 1.125rem;
  font-weight: 200;
  line-height: 1.75rem;
}

@media only screen and (max-width: 720px) {
  .contact-us-content {
    flex-direction: column;
  }

  .contact-us-content .left,
  .contact-us-content .right {
    width: 90%;
    margin: auto;
  }
}
