.container {
  display: flex;
  flex-direction: column;
}

.page-status {
  order: 2;
}

.text-section {
  order: 1;
}

.container > div:not(.page-status):not(.text-section) {
  order: 3;
}