.d-flex {
  display: flex;
}

.flex-row {
  flex-direction: column;
}

@media screen and (min-width: 992px) {
  .flex-row {
    flex-direction: row;
  }
}
