diff --git a/src/components/EcogestureSelection/EcogestureSelectionDetail/ecogestureSelectionDetail.scss b/src/components/EcogestureSelection/EcogestureSelectionDetail/ecogestureSelectionDetail.scss
index 62a291ea844fbf09393241af8d7bb196163a8f39..5c88dd3e084ed58411557156b76104e235e7315a 100644
--- a/src/components/EcogestureSelection/EcogestureSelectionDetail/ecogestureSelectionDetail.scss
+++ b/src/components/EcogestureSelection/EcogestureSelectionDetail/ecogestureSelectionDetail.scss
@@ -14,9 +14,9 @@
     display: flex;
     gap: 0.5rem;
     flex-direction: column;
-    flex: 1;
-    justify-content: flex-start;
+    justify-content: center;
     align-items: center;
+    flex: 1;
     overflow-y: auto;
 
     .title {
@@ -40,6 +40,7 @@
       text-align: left;
     }
   }
+  
   .buttons {
     margin: 1rem 0;
     display: flex;
@@ -47,6 +48,7 @@
     flex-direction: row;
     justify-content: center;
     width: 100%;
+    
     button.btnSecondary {
       padding: 0.75rem 0.25rem;
       height: 7.375rem;