/* ============================
Global grid
============================ */

.span6 {
  width: 50%;
}

@media screen and (max-width: 1280px) {
  .span6 {
    display: flex !important;
    flex-direction: columun !important;
    flex-wrap: wrap;
    width: calc(100% - 60px) !important;
  }
)