/* shared by 6 news posts e.g. news32 */
.p-flyer {
    display: flex;
    justify-content: center;
}

/* shared by 3 news posts e.g. news85 */
.u-flex{
 display: flex;
}
@media screen and (max-width: 640px) {
.u-flex{
 flex-direction: column;
}
}

