.ui-info-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;

  &__text-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 74px;
  }

  &__label {
    color: ui-color(blue);
  }

  &__label,
  &__value {
    vertical-align: center;
  }
}
