diff --git a/src/common/pages/Vouchers/Checkout/index.js b/src/common/pages/Vouchers/Checkout/index.js
index c172b0f..0a23dd7 100644
--- a/src/common/pages/Vouchers/Checkout/index.js
+++ b/src/common/pages/Vouchers/Checkout/index.js
@@ -114,7 +114,7 @@ export class CheckoutVouchers extends React.Component {
                 
{this.props.appstate.wallet.data.point || 0} Points
               
             
-            
+            
             
               
                 
Total Pembayaran Point
diff --git a/src/common/pages/Vouchers/Checkout/style.scss b/src/common/pages/Vouchers/Checkout/style.scss
index 28d8771..477240c 100644
--- a/src/common/pages/Vouchers/Checkout/style.scss
+++ b/src/common/pages/Vouchers/Checkout/style.scss
@@ -42,6 +42,10 @@
     width: 90vw;
     margin-left: -3.5vw;
   }
+
+  .right-container{
+    margin-left: -2.5vw;
+  }
 }
 
 .checkout-parent{