/* Add custom CSS styles below */ 
.main-content.khayal-main-content {
display: flex !important;
flex-direction: column !important;
}
.main-content.khayal-main-content h1 {
order: 1;
}
.main-content.khayal-main-content section:nth-of-type(1) {
order: 2;
}
.main-content.khayal-main-content .product__description {
order: 3 !important;
}
.main-content.khayal-main-content form {
order: 4;
}