diff --git a/src/app/profile/structure-edition-summary/structure-edition-summary.component.scss b/src/app/profile/structure-edition-summary/structure-edition-summary.component.scss
index 521b647e30a81fa619086ab42fef59e56895179a..14055696a6b4b94c47eca2fe1b6aa3576497e939 100644
--- a/src/app/profile/structure-edition-summary/structure-edition-summary.component.scss
+++ b/src/app/profile/structure-edition-summary/structure-edition-summary.component.scss
@@ -49,7 +49,7 @@
         justify-content: space-between;
         align-items: center;
         h3 {
-          @include font-bold-18;
+          @include font-bold-20;
         }
       }
       .content-text {
@@ -82,15 +82,19 @@
         flex-direction: column;
         gap: 24px;
 
-        .titleCollapse {
-          padding: 8px 12px;
-          user-select: none;
+        > div {
+          display: flex;
+          flex-direction: column;
+          gap: 16px;
+        }
+        .title {
           @include font-bold-16;
         }
 
         ul {
           display: flex;
           flex-direction: column;
+          margin: 0;
           gap: 8px;
         }
       }
@@ -106,6 +110,41 @@
         gap: 32px;
         flex-wrap: wrap;
       }
+
+      .innerSection {
+        border-color: $grey-1;
+        border-radius: 4px;
+        box-shadow: $box-shadow;
+        padding: 0;
+        gap: 0px;
+        section {
+          border: 0;
+          border-radius: 0;
+          padding: 24px;
+          border-bottom: 1px solid $grey-7;
+          &.generalHeader {
+            padding: 12px 24px;
+          }
+          h3 {
+            @include font-bold-18;
+          }
+          .offerHeader {
+            display: flex;
+            flex-direction: row;
+            gap: 24px;
+            .offerTitle {
+              display: flex;
+              flex-direction: column;
+              gap: 8px;
+            }
+          }
+          .wrapper {
+            display: flex;
+            gap: 12px;
+            flex-wrap: wrap;
+          }
+        }
+      }
     }
   }