SCSS
// Card Element
.card {
display: flex;
flex-direction: column;
width: 100%,
height: 100%;
}
.letztes-element-in-card {
margin-top: auto;
}