Switch to side-by-side view

--- a/components-for-industry/application-services-and-middleware/middleware/process-enabler-execution.html
+++ b/components-for-industry/application-services-and-middleware/middleware/process-enabler-execution.html
@@ -15,7 +15,7 @@
     <!-- meta character set -->
     <meta charset="UTF-8">
     <!-- Site Title -->
-    <title>vf-OS Developer Portal | Process Enabler – Execution</title>
+    <title>vf-OS Developer Portal | Process Enabler</title>
 
     <link href="https://fonts.googleapis.com/css?family=Poppins:100,200,400,300,500,600,700" rel="stylesheet">
     <!--
@@ -57,7 +57,7 @@
             <div class="row d-flex align-items-center justify-content-center">
                 <div class="about-content col-lg-12">
                     <h1 class="text-white">
-                        Process Enabler – Execution
+                        Process Enabler
                     </h1>
                     <p class="text-white link-nav"><a href="/components-for-industry/application-services-and-middleware/middleware/">Middleware</a><span class="lnr lnr-arrow-right"></span><a href="/components-for-industry/application-services-and-middleware/middleware/process-enabler-execution">Process Enabler – Execution</a></p>
                 </div>
@@ -135,20 +135,28 @@
             <div class="section-top-border">
                 <div class="row">
                     <div class="col-md-7 mt-sm-20 left-align-p">
-                        <h2>Process Enabler - Execution</h2>
+                        <h2>Process Enabler</h2>
                         <br>
-                        <p>The vf-OS Process Enabler provides backend support to Process Designer, since the latter is a web application, and
-                        translates the process model designed by the user, into NodeJS/Javascript code that is sent back to the vf-OS Studio.</p>
-
-                        <p>This helps the vfOS User/Developer with the task of writing repetitive code, like start parameters (inputs required by
-                        each process), service task connections (interaction with REST services), gateways (logical decisions), signalling
-                        (pub/sub subscribes), and error handling. All in a graphical way using the global BPMN 2.0 standard.</p>
-
-                        <p>By exposing input/launch parameters required for each process, as they are designed by the user, it provides design
-                        time information to the frontend designer.</p>
-
-                        <p>In addition, it serves as a bridge between the Process Designer and the BPMN Engine. This provides business process
-                        execution capabilities to the whole vf-OS ecosystem and a lightweight, easy to use process engine at user hands.</p>
+                        <p>
+                            The vf-OS Process Enabler provides backend support to Process Designer, since the latter is a web application, 
+                            and translates the process model designed by the user, into NodeJS/JavaScript code that is sent back to the vf-OS Studio.
+                        </p>
+
+                        <p>
+                            This helps the vf-OS User/Developer with the task of writing repetitive code, like start parameters (inputs required by each process), 
+                            service task connections (interaction with REST services), gateways (logical decisions), signalling (pub/sub broadcasts), 
+                            and error handling. All in a graphical way using the global BPMN 2.0 standard.
+                        </p>
+
+                        <p>
+                            By exposing input/launch parameters required for each process, as they are designed by the user, it provides design time 
+                            information to the frontend designer.
+                        </p>
+
+                        <p>
+                            In addition, it serves as a bridge between the Process Designer and the BPMN Engine. This provides business process execution 
+                            capabilities to the whole vf-OS ecosystem and a lightweight, easy to use process engine at user hands.
+                        </p>
 
                     </div>
                     <div class="col-md-5">