diff --git a/src/assets/images/icons/X_mark.svg b/src/assets/images/icons/X_mark.svg
index 9cf0c669f223eb49c8b429a0cfc5f5050af3719a..633c69f995954bdec01f56404827c57fb5204c64 100644
--- a/src/assets/images/icons/X_mark.svg
+++ b/src/assets/images/icons/X_mark.svg
@@ -1,13 +1,13 @@
 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 707.4 574.84">
   <defs>
     <style>
-      .cls-1{fill:none;stroke:#bdc931;stroke-miterlimit:10;stroke-width:140.13px}
+      .cls-1{fill:none;stroke:#43444d;stroke-miterlimit:10;stroke-width:140.13px}
     </style>
   </defs>
   <g id="Layer_2" data-name="Layer 2">
     <g id="Layer_1-2" data-name="Layer 1">
       <path class="cls-1" d="M49.54 49.54L525.3 525.3M525.3 49.54L49.54 525.3"/>
-      <path style="fill:#bdc931;" d="M670.72 3.31l-4 37.66 38-10.65 2.76 21.39-35.49 2.86 23.26 30.66-19.7 10.55-16.36-33.32-14.69 33.32-20.21-10.55 22.77-30.66-35.29-2.86 3.45-21.39L652.29 41l-4-37.66z"/>
+      <path style="fill:#43444d;" d="M670.72 3.31l-4 37.66 38-10.65 2.76 21.39-35.49 2.86 23.26 30.66-19.7 10.55-16.36-33.32-14.69 33.32-20.21-10.55 22.77-30.66-35.29-2.86 3.45-21.39L652.29 41l-4-37.66z"/>
     </g>
   </g>
 </svg>
diff --git a/src/components/ADCE/ADCECollapsiblesSection.vue b/src/components/ADCE/ADCECollapsiblesSection.vue
index 64127053cd85cba014bf55f165230c9942b67629..876e6f7152cb87408a04f933977fe658c2811872 100644
--- a/src/components/ADCE/ADCECollapsiblesSection.vue
+++ b/src/components/ADCE/ADCECollapsiblesSection.vue
@@ -204,9 +204,9 @@ export default {
           environment: "S (On S-C2S)",
           status: "error",
           devSupported: false,
-          devMessages: ["IOC: 4QCY20", "FOC: 1QCY21"],
+          devMessages: ["1QCY21"],
           prodSupported: false,
-          prodMessages: ["IOC: 4QCY20", "FOC: 1QCY21"],
+          prodMessages: ["1QCY21"],
         },
         {
           environment: "S-SAP (FENCES)",
@@ -220,9 +220,9 @@ export default {
           environment: "TS/SCI (On C2S)",
           status: "error",
           devSupported: false,
-          devMessages: ["IOC: 4QCY20 (On C2S M20)", "FOC: 1QCY21"],
+          devMessages: ["1QCY21"],
           prodSupported: false,
-          prodMessages: ["IOC: 4QCY20 (On C2S M20)", "FOC: 1QCY21"],
+          prodMessages: ["1QCY21"],
         },
         {
           environment: "SAP (FENCES)",
diff --git a/src/components/ADCE/ADCETabSection.vue b/src/components/ADCE/ADCETabSection.vue
index 6b417d9d6a084e8fbf22ae71af6ff721317dca64..a1c2bee62f047f716836ba0e97d79f5c0142d46a 100644
--- a/src/components/ADCE/ADCETabSection.vue
+++ b/src/components/ADCE/ADCETabSection.vue
@@ -38,16 +38,15 @@
         <v-tabs-items v-model="currentTab" class="mt-6 pa-10 tabs-section">
           <v-tab-item class="text-left">
             <p>
-              Using
+              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"). Leveraging Cloud agnostic
-              approach. Currently, Party Bus includes AWS with the plan of
-              future support to include Azure.
+              Certified Kubernetes Distributions: Vanilla Kubernetes with Helm,
+              Rancher, Konvoy, Upstream "Archosaur". Currently, AWS is supported
+              with Azure coming soon.
             </p>
             <v-simple-table
               dark
@@ -277,9 +276,9 @@ export default {
           environment: "S (On S-C2S)",
           status: "error",
           devSupported: false,
-          devMessages: ["IOC: 4QCY20", "FOC: 1QCY21"],
+          devMessages: ["1QCY21"],
           prodSupported: false,
-          prodMessages: ["IOC: 4QCY20", "FOC: 1QCY21"],
+          prodMessages: ["1QCY21"],
         },
         {
           environment: "S-SAP (FENCES)",
@@ -293,9 +292,9 @@ export default {
           environment: "TS/SCI (On C2S)",
           status: "error",
           devSupported: false,
-          devMessages: ["IOC: 4QCY20 (On C2S M20)", "FOC: 1QCY21"],
+          devMessages: ["1QCY21"],
           prodSupported: false,
-          prodMessages: ["IOC: 4QCY20 (On C2S M20)", "FOC: 1QCY21"],
+          prodMessages: ["1QCY21"],
         },
         {
           environment: "SAP (FENCES)",
@@ -325,7 +324,6 @@ export default {
     -moz-box-shadow: 0 0 10px #fff;
     -webkit-box-shadow: 0 0 10px #fff;
     box-shadow: 0px 0px 10px #fff;
-    background: rgba(255, 255, 255, 0.2);
   }
   .row-item-success {
     padding-left: 10px;