Hi DevNoob,
To do this you can use CSS, Since I don’t have access to check your current theme configuration I will share an outline here,
For your product card wrapper add
.wrapper-class {
position : relative}
Then for the wrapper that holds the name and price add
child-wrapper {
position: absolute;
bottom:40px;
right:20px;
}
Change the wrapper classes as you need, if you need further assistance reach out to me. You can find my email address below.