Getting text to stick to a Sprite

I’m new to Unity and struggling to get Text to stick to my sprite in the card game I am working on. Is there a way to move text off of the monitor-based location/position and instead treat it like a sprite so it’s position can remain the same in relation to the card’s center?

I’ve resolved the issue, turns out I just had my Heirarchy improperly ordered so things were scaling improperly.