/* .section-story-spotlight .badge-column:nth-child(1) {
    flex-basis: auto
}

.section-story-spotlight .badge-column:nth-child(2) {
    flex-basis: auto
}

.section-story-spotlight .badge-column:nth-child(3) {
    flex-basis: auto
} */

@media only screen and (min-width: 1068px)  {
    .section-story-spotlight .badge-column:nth-child(1) {
    flex-basis: 50%;
}
.section-story-spotlight .badge-column:nth-child(2) {
    flex-basis: 50%;
}
}

.ffpingfang {
    font-family: 'PingFang TC', 'Helvetica Neue', 'Helvetica', 'STHeitiTC-Light', 'Arial', sans-serif !important;
}