.radio-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    flex-direction: unset;
  }

  .radio {
    width: calc(50% - 10px);
    display: flex;
    align-items: center;
  }