
.commonCheckoutStep2__container__left {
    display: flex;
    flex-direction: column;
}

.commonCheckoutStep2__sectionContainer--personal {
    order: 1;
}

.commonCheckoutStep2__sectionContainer--gifts {
    order: 2;
}

.commonCheckoutStep2__sectionContainer--newsletter {
    order: 3;
}

.commonCheckoutStep2__sectionContainer--company {
    order: 4;
}

.commonCheckoutStep2__sectionContainer--delivery {
    order: 5;
}

.commonCheckoutStep2__sectionContainer--note {
    order: 6;
}