/* by Creasant */

@media only screen and (min-width: 1000px) {
    .fact_style>* {
        flex-wrap: nowrap !important;
    }
    .fact_style>*>* {
        padding-top: 6px;
        padding-bottom: 0;
        -webkit-flex-basis: auto !important;
        flex-basis: auto !important;
        flex: 1;
    }
    .fact_style>*>*:not(:first-child) {
        border-left: 1px solid rgb(200 200 200 / 50%);
        padding-left: 20px;
        box-sizing: border-box;
    }
}
