.--center {
  margin-right: auto !important;
  margin-left: auto !important;
  text-align: center !important;
}

.--row {
  display: flex !important;
  flex-direction: row !important;
  align-items: baseline;
}

.--column {
  display: flex !important;
  flex-direction: column !important;
}

.--space_between {
  justify-content: space-between !important;
}

.--inline_block {
  display: inline-block !important;
}

.--half_width {
  width: 50% !important;
}
