.secondarybar-row {

  > [class^=col] {

    &.text-right {
      justify-content: flex-end;
    }
    &.text-center {
      justify-content: center;
    }
    &.text-left {
      justify-content: flex-start;
    }
  }
}