.d-flex {
  display: flex;
}

.align-items-center {
  align-items: center;
}

.flex-column {
  flex-direction: column;
}

@media (min-width: 992px) {   /* lg */
  .flex-lg-row {
    flex-direction: row;
  }
}