How to Consistently Align Price Information at the Bottom of Product Cards?

@bynatasyayoe please add this css to the very end of your base.css file and check,
Shopify Admin → Online Store ->Theme → Edit code → base.css

.card__information {display: flex; flex-direction: column; justify-content: space-between;}