Help with CSS for list cards

Wondering if anyone has had success with creating a consistent list cards and could share or collaborate on the CSS? Ideally, the image would take up the upper 50-60%, 25-30% for the head line, then the button on the bottom. Thanks!

![](upload://jzdZENiQrdtfUuKDXNITu9STQB3.jpeg)

 

}
#view_136 .kn-list-item-container {
border: solid 0.4px grey;
border-radius:1em;
margin-top:20px;
padding-bottom:30px;
background: #ffffff
}

#view_136 .kn-link-page {
text-align: right;
position: absolute;
right: 20px;
bottom: 20px;
background: #eae8e8;
padding: 10px 20px;
border-radius: 0.4em;
font-weight: bold;
color: grey;
}