So basically we need to find all the products between one number from one spinner and another from the other spinner that are even and greater than 12. So let's begin by assuming we have a 1 in the first spinner. The four posible results given by multiplying 1 with theresult of the second spinner are:

None of them is greater than 12 so we can discard all. We can do the same calculations but assuming that the result of the first spinner was 2:

The only result that is greater than 12 and even is 16 so we add it to our list of winning outcomes.
Now we do the same assuming the result of the first spinner was 3:

We have two results greater than 12 and even: 18 and 24. So for now our winning outcomes are {16,18,24}. Let's see what happens when the result of the first spinner is 4:

So we have three results greater than 12 and even but we already have two of them: 16 and 24. Then we just need to add 32 to our list. Then the set of outcomes in which Jessica wins is:

Then the answer is the fourth option.