Welcome to the forum.
One formula you could use in G48 would be:
=LOOKUP(F48,{0,5,10},{35,30,25})
If the pricing structure gets more complicated or larger then it'd be a good idea to use a lookup table rather than using array constants in the formula. That'll make your worksheet easier to...