.column.one {
  display: flex;
  justify-content: space-between; /* logo left, D&B right */
  align-items: center;
}

.top_bar_left {
  flex: 0 0 auto;
}

.top_bar_right {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}

