#content .page-content {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: space-around;
}

#content .page-content>.post {
    max-width: 350px;
    display: flex;
    flex-direction: column;
}

#content .post>h2 {
    order: 2;
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    margin: 0;
}

#content .post>h2 a {
    color: var(--e-global-color-text) !important;
}

#content .post>a {
    order: 1;
}

#content .post>p {
    order: 3;
}