section.realstory ul:not(.pagination) {
    border-top: 0;
    display: flex;
    flex-wrap: wrap;
}

section.list.realstory li:not(.page-item) {
    width: 25%;
    padding: 10px;
    flex-flow: column;
    align-items: center;
    border-bottom: 0;
}

section.realstory .thumbnail {
    max-width: 234px;
    max-height: 180px;
    overflow: hidden;
}

section.realstory div.title {
    font-weight: 700;
    margin: 10px 0;
}