.form-container {
  width: 70vw;
  max-width: 1200px;
}

.comment {
  margin-bottom: 25px;

  &-caption {
    font-weight: 500;

    span {
      color: var(--default-color-red);
    }
  }
}

.form-header {
  justify-content: space-between;
}

.hint {
  display: flex;
}
