div#offers {
    margin-bottom: 24px;
    .contextual-box {
        height: 100%;
        display: flex;
        flex-direction: column;
        > *:last-child { margin-top: auto; }
    }
}