Can use normal approximation to binomial distribution here:
mean = np = 33 * 0.77 = 25.41
standard deviation (SD) = sqrt(33 * 0.77 * 0.23) = 2.42
distribution is N(25.41, 2.42)
to answer questions will be using z-stat to translate to standard normal distribution: (x - mean)/SD = (x - 25.41)/2.42
since binomial distribution is discrete will be applying continuity correction (+0.5 or -0.5) to approximate continuous normal distribution.
P(x = 25) = P(24.5 < x < 25.5) = P((24.5 - 25.41)/2.42 < z < (25.5 - 25.41)/2.42) = P(-0.37 < z < 0.04) = P(z < 0.04) - P(z < -0.37) ---> leave it to you to look up those probabilities in standard normal probability table
P(x < 25) = P(x < 24.5) = P(z < -0.37)
P(x <= 25) = P(x < 25.5) = P(z < 0.04)
P(20 <= x <= 26) = P(19.5 < x < 26.5) = P( (19.5 - 25.41)/2.42) < z < (26.5 - 25.41)/2.42) = P(-2.44 < z < 0.45) = P(z < 0.45) - P(z < -2.44)