Hi Paul,
Based on your design, I would create a different structure, please refer to the screenshot below:
https://www.screencast.com/t/2IWj36yCu
- Container A
- Container B: background image set to featured image
- Headline: list of terms
- Container C:
- Headline: title
- Headline: excerpt
- Button: read more
Settings for Container A:
– height:100%;
– display: flex;
– flex-direction: column;
Settings for Container B:
– min-height: 250px;
– enable dynamic background image, set it to featured image;
Settings for Container C:
– display: flex;
– flex-direction: column;
– justify-content: space-between;
– flex-grow: 1;
Settings for the Button in Container C:
– margin-top: auto;