Hi there!
Thanks for your query.
There is no default way to do that. But you can try te following workarround!
In this case you need to make your columns equal height first. Here is a tutorial:
https://www.youtube.com/watch?v=acZCjxEB3K4
After that you need to put the following code in your custom CSS to keep your pricing footer part at the bottom of the container:
.sppb-pricing-footer {
position: absolute;
bottom: 0px;
width: 100%;
}
Hope this helps!
Note: Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.
Best Regards