/* Flexbox container */
#content {
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: column;
   flex-direction: column;
}
#aboutus {
   order: 1;
}
.separator-one {
   order: 2;
}
#focus {
   order: 3;
}
#team {
   order: 4;
}
#testimonials {
   order: 5;
}
.purchase-now {
   order: 6;
}
#latestnews {
   order: 7;
}
#contact {
   order: 8;
}
#footer {
   order: 9;