.ui-reflow {
  display: flex;
}

@media (max-width: 768px) {
  .ui-reflow {
    flex-direction: column;
  }
}
