diff --git a/majak_uistyleguide/templates/patterns/organisms/header/district/center_header.html b/majak_uistyleguide/templates/patterns/organisms/header/district/center_header.html
index 4f245ddab2c1a4ecfb2a4ce909889e76ee93f1a8..fcec266291e33025210fe46d42b173295e8227f6 100644
--- a/majak_uistyleguide/templates/patterns/organisms/header/district/center_header.html
+++ b/majak_uistyleguide/templates/patterns/organisms/header/district/center_header.html
@@ -42,16 +42,23 @@
             </strong>
           </div>
 
-          Mozilla Foundation<br />
-          331 E Evelyn Ave<br />
-          Mountain View, CA 94041<br />
-          USA
+          <div class="whitespace-pre">Mozilla Foundation
+331 E Evelyn Ave
+Mountain View, CA 94041
+USA</div>
         </address>
       </div>
 
-      <div class="w-full lg:w-[35rem]">
+      <div
+        class="
+          w-full [&_*]:mt-0
+
+          lg:w-[35rem]
+        "
+      >
+        <!-- Placeholder instead of map -->
         <img
-          class="w-full"
+          class="w-full mt-8"
           src="https://picsum.photos/536/354"
         >
       </div>