.ui-props,
.ui-props .items {
    align-items: center;
}
.ui-props > * {
    width: auto
}

#post .content {
    grid-gap: 5rem 3rem;
    grid-template-columns: 1fr 1fr;
}

#magazine .content {
    grid-gap: 5rem 3rem;
    grid-template-columns: 1fr 1fr;
}