@media (max-width: 767px) {
.checkout #customer_details {
    width: 100%;
}    
    
 .woocommerce-checkout-review-order {
    width: 100%;
    float: right;
   }   

#order_review_heading {
    text-transform: capitalize;
    text-align: left;
}



    
}