diff --git a/assets/sass/_theme/sections/persons.sass b/assets/sass/_theme/sections/persons.sass
index d1a50211230e689f152b798da10da87f8894a54f..97a3b7b45098f7273c03ee27c3d7749d6b68b888 100644
--- a/assets/sass/_theme/sections/persons.sass
+++ b/assets/sass/_theme/sections/persons.sass
@@ -1,12 +1,18 @@
 .persons__page
     ol.programs
         li
-            @include icon("arrow-right", "after", px2rem(10), true)
+            @include icon("arrow-right", "after", px2rem(16), true)
                 color: inherit
+                @include media-breakpoint-down(md)
+                    position: absolute
+                    right: 0
+                    top: $spacing1
             justify-content: flex-start
             a
-                @include stretched-link(before)
                 color: inherit
+                @include stretched-link(before)
+                @include media-breakpoint-down(md)
+                    margin-right: $spacing1
             p
                 flex: 1
                 &:nth-child(2)