I have written following command:
\newcommand{\ger}[2]{{\noindent\raisebox{-0.2mm}
{\includegraphics[width=5.47mm,height=3.28mm]{Flag_1.pdf}}
\color{red} #1\nopagebreak\\\raisebox{-0.2mm}{\includegraphics{pol.pdf}}
\color{blue} \emph{#2}}\vspace{5pt}}
This is going to be used as follows:
\ger{First sentence}{Second sentence}
Question is, how to assert that these two sentences will be always on the same page with full content (there won't be any page breaks)? I tried to use \nopagebreak, but it still breaks sometimes part of the second sentence.