.flex-row {
  display: flex;
  align-items: center;
  flex-direction: row;
}

.justify-content-between {
  justify-content: space-between;
}
