diff --git a/config/bind.sty b/config/bind.sty
index 3b1a88c996ba667f9f86b02541e436ee05edcdb5..ee2f5864b041424e7e56d272b1bf224406495bfe 100644
--- a/config/bind.sty
+++ b/config/bind.sty
@@ -217,6 +217,7 @@ bookmarks=true]%
 \newcommand{\headingtype}{CHAPTER}
 
 \newcommand{\pic}[1]{
+	\needspace{4cm}
 	\noindent%
 	\IfFileExists{images/#1.svg}{%
 		\noindent\includesvg[width=\linewidth]{images/#1}
@@ -227,7 +228,8 @@ bookmarks=true]%
 }
 
 \newcommand{\sidepic}[3][5]{
-	\needspace{2cm}\begin{wrapfigure}{R}{.#1\linewidth}
+	\needspace{4cm}
+	\begin{wrapfigure}{R}{.#1\linewidth}
 	\noindent%
 	\IfFileExists{images/#2.svg}{%
 		\includesvg[width=\linewidth]{images/#2}