Features section

modified feature descriptions
modified feature layouting

Signed-off-by: Siwara Schmitt <siwara.schmitt@iese.fraunhofer.de>
diff --git a/data/features/aas.yaml b/data/features/aas.yaml
index d540c90..e09fc33 100644
--- a/data/features/aas.yaml
+++ b/data/features/aas.yaml
@@ -1,6 +1,6 @@
 weight: 1
 name: "Asset Administration Shells"
-description: "Asset Administration Shells (AAS) serve as unified interfaces for manufacturing assets that are usually using heterogenous communication technologies. 
+description: "Asset Administration Shells (AAS) implement the Digital Twin and serve as unified interfaces for manufacturing assets that are usually using heterogenous communication technologies. 
 <br> Eclipse BaSyx supports AAS types 1, 2 and 3."
 # Uncomment to add a link
 #link: "/basyx/use-case/bigdataanalytics"
diff --git a/data/features/analysis.yaml b/data/features/analysis.yaml
index 5f09867..31fc055 100644
--- a/data/features/analysis.yaml
+++ b/data/features/analysis.yaml
@@ -1,6 +1,7 @@
 weight: 6
 name: "Data Analysis"
-description: "Realizing applications for manufacturing data analysis and dashboards is possible with Eclipse BaSyx' ability of end-to-end communication."
+description: "Realizing applications for manufacturing data analysis and dashboards is possible with 
+Eclipse BaSyx' ability of end-to-end communication and unified interfaces."
 # Uncomment to add a link
 #link: "/basyx/use-case/bigdataanalytics"
 
diff --git a/data/features/fieldbus.yaml b/data/features/fieldbus.yaml
index 4a750d9..f3fe244 100644
--- a/data/features/fieldbus.yaml
+++ b/data/features/fieldbus.yaml
@@ -1,6 +1,6 @@
 weight: 3
 name: "End-to-end Communication"
-description: "Eclipse BaSyx enables an end-to-end networking from shopfloor to IT level. This guarantees a continuous data access from IT systems to manufacutring devices."
+description: "Eclipse BaSyx enables an end-to-end networking from shopfloor to IT level. This guarantees a continuous data access from IT systems to manufacturing devices."
 # Uncomment to add a link
 #link: "/basyx/use-case/bigdataanalytics"
 
diff --git a/data/features/it.yaml b/data/features/it.yaml
index 4192aec..31aa18d 100644
--- a/data/features/it.yaml
+++ b/data/features/it.yaml
@@ -1,6 +1,7 @@
 weight: 4
 name: "IT Systems Connectivity"
-description: "Eclipse BaSyx integrates ERP systems, MES and the IT infrastructure with unified interfaces. Data exchange between different IT systems is no longer an issue."
+description: "Eclipse BaSyx integrates ERP systems, MES and the IT infrastructure with unified interfaces. 
+Data exchange between different IT systems is made easy."
 # Uncomment to add a link
 #link: "/basyx/use-case/bigdataanalytics"
 
diff --git a/data/features/lotSize1.yaml b/data/features/lotSize1.yaml
index 7cfda58..9dfa98c 100644
--- a/data/features/lotSize1.yaml
+++ b/data/features/lotSize1.yaml
@@ -1,6 +1,7 @@
 weight: 2
 name: "Lot Size 1 Production"
-description: "A customer oriented production needs very flexible production processes. Eclipse BaSyx enables the Service Oriented Production which is the key factor for a changeable production."
+description: "Eclipse BaSyx enables a service-oriented production which is the key factor for a changeable production. 
+Thus, an efficient lot size one is made possible."
 # Uncomment to add a link
 #link: "/basyx/use-case/bigdataanalytics"
 
diff --git a/layouts/partials/features.html b/layouts/partials/features.html
index d624fac..28822d4 100755
--- a/layouts/partials/features.html
+++ b/layouts/partials/features.html
@@ -44,7 +44,7 @@
                             {{ $element.name }}
                           {{ if isset $element "link"}}</a>{{ end }}
                         </h3>
-                        <p>{{ $element.description | markdownify }}</p>
+                        <p align= "center">{{ $element.description | markdownify }}</p>
                     </div>
                 </div>
 		{{ if or (eq (mod $index 3) 2) (eq $index (sub (len $.Site.Data.features) 1 )) }}