.unit {
  display: flex;
    .name {
    width: 50%;
  }
  justify-content: space-between;
}
