<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (max-width : 768px) {
  .three__columns:nth-child(2) {
    order: 1;
  }
  .three__columns:nth-child(1) {
    order: 2;
  }
  .three__columns:nth-child(3) {
    order: 3;
  }
}

</pre></body></html>