.TextSelect {
  display: flex;

  &--text {
    width: 75%;
    border-right: 1px solid $color-gray-100;
  }
  &--select {
    width: 25%;
  }
}
