.from-software {
  .header {
    font-size: 18px;
    line-height: 30px;
  }

  .key-project {
    display: flex;
    flex-direction: column;
  }

  .project-manager {
    display: flex;
    flex-direction: column;
  }
}

.form .table {
  grid-template-columns: 60% 40%;
}

.owner-select {
  width: 100%;
}
