.data-flex .top-row{
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    justify-content: space-between;
}

    .mb-theme .data-flex .top-row,
    .mb-theme .data-flex .row{
        flex-direction: column;
    }

    .data-flex .top-row .row-right{
        display: flex;
        flex-basis: 66%;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
        .mb-theme .data-flex .top-row .row-right{
            flex-direction: column;
            margin: 2rem 0;
        }

        .data-flex .top-row .row-right article{
            flex-basis: 48%;
            margin: 0;
        }

            .data-flex .top-row .row-right article:nth-child(1),
            .data-flex .top-row .row-right article:nth-child(2){
                margin: 0 0 2rem 0;
            }

            .mb-theme .data-flex .top-row .row-right article:nth-child(3){
                margin: 0 0 2rem 0;
            }

    .data-flex .row{
        display: flex;
        flex-wrap: wrap;
        gap: 0;
        justify-content: space-between;
        margin: 2rem 0 0 0 ;
    }

        .mb-theme .data-flex .row{
            margin: 0;
        }

        .data-flex .top-row article,
        .data-flex .row article{
            flex-basis: 32%;
            background: #f6f6f6;
            padding: 0;
            position: relative;
            text-align: center;
            margin: 0 0 2rem 0;
        } 

            .data-flex .top-row .long{
                overflow: hidden;
                margin: 0;
            }

                .data-flex .top-row .long figure{
                    min-height: 200px;
                    overflow: hidden;
                }

                    .data-flex .top-row .long figure img{
                        margin: 0;
                        scale: 1.2;
                        position: relative;
                        top: 1rem;
                    }

                .data-flex .topic{
                    margin: 0;
                    background: #1e1e1e;
                    width: fit-content;
                    color: #fff;
                    padding: 0 1rem;
                    font-size: 1.4rem;
                    position: relative;
                    left: 0;
                    bottom: 0;
                }

                .data-flex .title{
                    margin: 1.8rem 0 0;
                    line-height: 1;
                }

                .data-flex .data{
                    font-size: 5rem;
                    margin: 1rem;
                    line-height: 1;
                }

                    .data-flex .data span{
                        font-size: 1.8rem;
                    }

                .data-flex .desc{
                    font-size: 1.4rem;
                    margin: 0 0 1.8rem 0;
                } 




.ranking{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    font-size: 14px !important;
    font-weight: normal;
    align-items: center;
}

.ranking div{
    background: #f2f2f2;
    border-radius: 30px;
    padding: 0.3rem 1rem;
    color: #1e1e1e;
    margin: 0 .3rem 0.6rem 0;
}

.ranking .first{
    font-weight: 800;
    background: #ce5242;
    color: #fff;
}

.ranking .big{
    font-size: 14px;
    font-weight: 800;
    background: #1e1e1e;
    color: #fff;
}

.ranking .middle{
    font-weight: 800;
}