/* CSS Document */
@media screen and (max-width: 768px){
  .sp-order-1 {
    order: 1;
  }

  .sp-order-2 {
    order: 2;
  }
}
