  .el-checkbox-group{
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .el-checkbox + .el-checkbox{
    margin-left: 0.75rem;
  }