Note that if $x \equiv 3 \pmod{4}$ you get 'for free' that $x \equiv 1 \pmod{2}$. So these two conditions toghether are equivalent to the first one. Thus, you're looking at
$$
\cases{
x \equiv 3 \pmod{4} \\
x \equiv 2 \pmod{3} \\
x \equiv 4 \pmod{5}
}$$
By the chinese remainder theorem, this system of equations has a unique solution modulo $4\cdot3\cdot5 = 60$. The only numbers in $\{1,\dots,60\}$ that are congruent to $4$ modulo $5$ are
$$
0, 4,9,14,19,24,29,34,39,44,49,54,59.
$$
Now, our number is odd by the first observation, so we can reduce the former to check only these
$$
9,19,29,39,49,59
$$
and finally, only $59$ here is $2$ modulo $3$. Thus, the solutions have the form
$$
60k + 59
$$
or since $59 \equiv -1 \pmod{60}$,
$$
60k -1 \quad (k \in \mathbb{Z})
$$