.advocacy-content-cards-container .row{
    align-items: stretch;
}
.advocacy-content-card{
    height: 100%;
    display: grid;
    grid-template-rows: auto 1fr auto; /* Header, Content, Footer */
}


.card-footer {
    margin-top: auto; /* Push footer to the bottom */
    background-color: transparent;
    
}