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 c8f110228959c285019775fca06f21d8c0916191..05c826e107bfcf4754e495c927a565f23371a2ce 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
@@ -947,15 +947,18 @@ are the same height. */
   }
 
   &.infographic-half-circle {
-    width: 15.625rem;
+    max-width: 15.625rem;
 
     svg {
       margin: calc(-0.14 * 100%) 0 calc(-0.4 * 100%);
     }
   }
-
   &.infographic-circle {
-    width: 15.625rem;
+    max-width: 15.625rem;
+
+    svg {
+      margin-top: calc(-0.14 * 100%);
+    }
   }
 }