@media only screen and (max-width: 768px) {
  /* -- Columns -- */

  .is-style-columns-reverse-md {
    flex-direction: column-reverse;
  }
}

@media only screen and (max-width: 992px) {
  /* -- Columns -- */

  .is-style-columns-reverse-lg {
    flex-direction: column-reverse;
  }
}
