
.entry-overframe {
    margin-top: 12px;
    display: flex;
    flex-direction: row;
    align-items: center;    
}

.title-and-entry, .entry-grouping {
    display: flex;
    width: 40vw;
    flex-direction: column;
    align-content: left;    
}

.mailchimp-button {
    height: 128px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    align-content: space-between;
}

@media only screen and (max-width: 1024px) {
    .entry-overframe {
        flex-direction: column;
    }

    .title-and-entry, .entry-grouping {
        width: 80vw;
    }

    .mailchimp-button {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        align-content: center;
    }
}