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

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


.title{
  margin-bottom:0.5rem;
}