If the modulus is centred at \(a\), use the same idea:
\[
|x-a| < b \quad \Longleftrightarrow \quad a-b < x < a+b
\]
\[
|x-a| > b \quad \Longleftrightarrow \quad x < a-b \text{ or } x > a+b
\]
These work because \(|x-a|\) is the distance from \(x\) to \(a\).