@media (min-width : 730px) and (max-width : 889px) {
  .page-body {
    /* Center the page body again and give it the same width as its contents, so that the contents are now also centered (instead of left aligned within this container). */
    margin-left  : auto;
    margin-right : auto;
  }
}

.col-lg-6 {
  float      : left;
  box-sizing : border-box;
  width      : 50%;
}