diff --git a/assets/sass/_theme/design-system/typography.sass b/assets/sass/_theme/design-system/typography.sass
index 6bfd11cbcd97c43475d677f7319915e7ad5ea21e..d62b4c028c47fdecaa2cb5628b9f337cca02bede 100644
--- a/assets/sass/_theme/design-system/typography.sass
+++ b/assets/sass/_theme/design-system/typography.sass
@@ -113,6 +113,9 @@ h2, .h2
 .lead
     @include lead
     margin-top: 0
+    margin-bottom: $spacing3
+    @include media-breakpoint-up(md)
+        margin-bottom: $spacing4
 
 .p,
 .li
diff --git a/assets/sass/_theme/sections/persons.sass b/assets/sass/_theme/sections/persons.sass
index 202cf1424ed83a88f708283df90132db0919c2e9..8408659403616842562c1815f8be6a3f27ef4aca 100644
--- a/assets/sass/_theme/sections/persons.sass
+++ b/assets/sass/_theme/sections/persons.sass
@@ -133,7 +133,6 @@ ol.persons
         @include icon(arrow, after)
             margin-left: $spacing1
 
-
 .lead + .taxonomies-persons
     margin-top: $spacing-section-y