.page-wrapper {
  padding-top: 1rem;
  padding-bottom: 1.5rem;
}

.section {
  color: #373635;
}

.section .title {
  margin: 0 0 1.5rem;
  font-size: 1.5rem;
  line-height: 1.25;
}

.section .text {
  -webkit-hyphens: auto;
  hyphens: auto;
  margin-block: 1.125rem;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.25;
}

.section .form-present {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 1.25rem;
  display: flex;
}

.section .form-present .fieldset {
  align-items: flex-start;
  gap: .375rem;
}

.section .form-present .label {
  color: #8f8f8f;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25rem;
}

.section .form-present .input {
  padding-inline: 1.25rem;
}
