diff --git a/assets/sass/_theme/sections/persons.sass b/assets/sass/_theme/sections/persons.sass
index 1e4c371bd2896745ad0177947fa0b00ea691af7d..70920f687889a66f668a81ad88ee3b0f78a8b8a7 100644
--- a/assets/sass/_theme/sections/persons.sass
+++ b/assets/sass/_theme/sections/persons.sass
@@ -1,9 +1,10 @@
 .persons__page
     ol.programs
         li
-            @include grid(2)
-            align-items: center
             justify-content: flex-start
+            @include media-breakpoint-up(md)
+                @include grid(2)
+                align-items: center
             @include icon("arrow-right", "after", px2rem(16), true)
                 color: inherit
                 position: absolute