Not sure on getting the desired result but you are aware that the n;p says get the next line and print it.
Sed cannot then say I need to check the next line as well (not as written).
Now I am guessing one of the gurus will have this a better way, but the following seems to work:
Code:
sed -n 'x;/Turn/{x;p;x}' file