 #organizations_member_list_0_1 > section > button{display:none}.alert-secondary{color:#20282c;background-color:transparent;border:none}.card-deck{/* This corresponds to your <div class="card-deck row-cols-1 row-cols-md-3"> */ display:flex;/* Already present due to 'row' */ flex-wrap:wrap;/* Already present due to 'row' */ align-items:stretch;/* Explicitly ensure stretching */}/* Make each individual card a flex container */ .card{display:flex;flex-direction:column;/* Stack children vertically */ height:100%;/* Important:Make the card fill the height of its parent .col */}/* Allow the card-body to grow and push other elements (like footer) to the bottom */ .card-body{flex-grow:1;/* This is key! It allows the body to take up available vertical space */ /* Keep your existing padding:1.25rem;*/}