main.l-main {
  display: flex !important;
  flex-direction: column !important;
}

main.l-main > div {
  order: 3;
}

main.l-main > div:nth-of-type(11) {
  order: 2 !important;
}

main.l-main > div:nth-of-type(-n+4) {
  order: 1 !important;
}