.radio-list {
  list-style: none;
  padding-left: 0;
  input[type='radio' i] {
    margin-top: 0;
  }
}
.field.radio-field:after{
  display: none;
}