The Card component has a prop called 'contentStyle' which needs to be used to style the inner content. For some reason passing the same styling values to an inner <Card.Content> style prop does not produce the same results. Try moving where you are styling the content.
contentStyle takes type: StyleProp
https://callstack.github.io/react-native-paper/docs/components/Card/#contentstyle