@media screen and (max-width: 530px) {
    .confirm-box-card .center {
        width: 95%;
    }
}

@media screen and (max-width: 368px) {
    .nav-1 .div-1 .account .icon .ico.icon-1 {
        display: none;
    }

    .nav-1 .div-1 .account .wallet {
        min-width: 50px;
    }

    .check-infos .center {
        width: 90%;
    }

}

@media screen and (max-width: 340px) {
    .nav-1 .div-1 .account .profil img {
        width: 30px;
        height: 30px;
    }
}

@media screen and (max-width: 330px) {
    .nav-1 .div-1 .account .icon .icon-1 {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .main-wx .article-wx {
        width: 100%;
    }

    .main-wx {
        position: relative;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        height: 100vh;
        display: block;
        justify-content: unset;
        align-items: unset;
        background: #f6f6f6;
    }
}

@media screen and (max-width:480px) {
    .main .standing .long {
        gap: 50px;
    }
}

@media screen and (max-width:450px) {
    .main .standing .long {
        gap: 20px;
    }
}

@media screen and (max-width:420px) {
    .main .standing .long {
        gap: 20px;
        justify-content: space-between;
    }

    .main .standing .long .team img {
        width: 60px;
    }

    .main .standing {
        padding-inline: 20px;
    }
}