.flex-row {
  display: flex;
  flex-direction: row; }
  @media only screen and (max-width: 992px) {
    .flex-row {
      flex-direction: column; } }
  .flex-row .col {
    display: flex;
    flex: 1 1 auto; }
