diff --git a/src/components/ADCE/ADCECollapsiblesSection.vue b/src/components/ADCE/ADCECollapsiblesSection.vue
index 876e6f7152cb87408a04f933977fe658c2811872..c32278a27474198800710dc42752057625a86bb1 100644
--- a/src/components/ADCE/ADCECollapsiblesSection.vue
+++ b/src/components/ADCE/ADCECollapsiblesSection.vue
@@ -11,6 +11,12 @@
           <v-spacer />
         </v-expansion-panel-header>
         <v-expansion-panel-content>
+          <p>
+            We use a Cloud-agnostic approach with CNCF-certified Kubernetes
+            distributions: vanilla Kubernetes with Helm, Rancher, and P1
+            upstream Kubernetes distribution. AWS is currently supported, with
+            Azure coming soon.
+          </p>
           <v-simple-table
             dark
             style="background-color:transparent; border-bottom: 1px solid #223340"
diff --git a/src/components/ADCE/ADCETabSection.vue b/src/components/ADCE/ADCETabSection.vue
index 58d9c4b41589f9eb372d0eeb55c796f55471b01d..daa9927da390c1d625e2d3f7414868225feb1712 100644
--- a/src/components/ADCE/ADCETabSection.vue
+++ b/src/components/ADCE/ADCETabSection.vue
@@ -38,15 +38,9 @@
         <v-tabs-items v-model="currentTab" class="mt-6 pa-10 tabs-section">
           <v-tab-item class="text-left">
             <p>
-              Using a Cloud agnostic approach with
-              <Tooltip
-                text="CNCF"
-                tooltip="Cloud Native Computing Foundation"
-                light
-              />
-              Certified Kubernetes Distributions: Vanilla Kubernetes with Helm,
-              Rancher, Konvoy, Upstream "Archosaur". Currently, AWS is supported
-              with Azure coming soon.
+              We use a Cloud-agnostic approach with CNCF-certified Kubernetes
+              distributions: vanilla Kubernetes with Helm, Rancher, and Upstream
+              Archosaur. AWS is currently supported, with Azure coming soon.
             </p>
             <v-simple-table
               dark
diff --git a/src/scss/utilities.scss b/src/scss/utilities.scss
index b5c6cc8da214192149b6a4b592d27761aa18c5f8..774281348479f64d8a7346b38485ab71c5ade28b 100644
--- a/src/scss/utilities.scss
+++ b/src/scss/utilities.scss
@@ -47,4 +47,5 @@
   line-height: 1.5rem;
   font-weight: 600;
   text-transform: none;
+  letter-spacing: normal;
 }
diff --git a/src/views/ADCE.vue b/src/views/ADCE.vue
index 33a08ac53b46425a491a18d88830c54300f5cf06..d0e8d6c88f12d8a6d0ced154e0525fbb9d3079ec 100644
--- a/src/views/ADCE.vue
+++ b/src/views/ADCE.vue
@@ -3,7 +3,7 @@
     <PageHeader
       title="The Party Bus"
       subtext="ABMS ADCE"
-      description="ABMS All Domain Common Environment - The environment and services you need to develop and deploy your software application"
+      description="The environment and services you need to develop and deploy your software application"
       :logoSource="pbLogo"
     />
     <v-container class="px-8">
@@ -12,7 +12,7 @@
       <div class="row text-left my-8">
         <div class="col-md-6 px-6">
           <h3 class="pl-0 mb-4">
-            ABMS ADCE PARTY BUS IS A
+            PARTY BUS - ABMS ADCE IS A
             <span style="text-transform: lowercase;">c</span>ATO ENABLED
             DEVSECOPS SERVICE
           </h3>
@@ -52,6 +52,7 @@
         <p class="text-center">
           Get hands-on experience and training with our rapid workshop to
           stand-up a hello world pipeline with a templated app through Party Bus
+          -
           <Tooltip text="ABMS" tooltip="Advanced Battle Management System" />
           <Tooltip text="ADCE" tooltip="All Domain Common Environment" />.
         </p>
@@ -99,7 +100,7 @@
             <p>
               Get hands-on experience and training with our rapid workshop to
               stand-up a hello world pipeline with a templated app through Party
-              Bus
+              Bus -
               <Tooltip
                 text="ABMS"
                 tooltip="Advanced Battle Management System"