diff --git a/src/patterns/04-components/facts-and-figures/_facts-and-figures.scss b/src/patterns/04-components/facts-and-figures/_facts-and-figures.scss
index 5cbe081845e4035e92b90d53d863d847cf344a64..c8f110228959c285019775fca06f21d8c0916191 100644
--- a/src/patterns/04-components/facts-and-figures/_facts-and-figures.scss
+++ b/src/patterns/04-components/facts-and-figures/_facts-and-figures.scss
@@ -32,6 +32,9 @@ $highlighted-fact-round: $global-rounded;
 
           &__caption {
             color: var(--uw-black);
+            > :last-child {
+              margin-bottom: 0;
+            }
           }
 
           &__small {
@@ -893,6 +896,7 @@ are the same height. */
       height: 200px;
       position: relative;
       width: var(--size-10);
+      margin: 0 auto;
     }
 
     .graph {