@media (min-width: 60em) {
    .block-panel__container {
        align-items: stretch;
    }
    .block-panel__panel.richtext {
        display: flex;
        flex-direction: column;
    }
    .block-panel__panel.richtext p:last-of-type {
        margin-bottom: 20px;
    }
    .block-panel__panel.richtext a.anchor {
        margin-top: auto;
    }
}