.number_range {
  display: flex;
  justify-content: space-around;
  line-height: 28px;

  :global {
    .ant-input-number {
      width: 45%;
    }
  }
}