body{
    font-size: 14px;
    background: #f3f5f74a;
}
.payment-banner{
    background-image: url("../../images/about/payment.png.png")
}
.banner{
    background-color: #51585c7e;
}
.payment-banner-title{
    font-size: 45px;
    color: #fff;
    padding: 150px 0 20px 0;
    font-weight: bold;
}
.payment-banner-text{
    font-size: 20px;
    color: #fff;
    padding: 20px 0 110px 0;
}
.payment-choise-body{
    display:flex;
    flex-wrap: wrap;
    gap:  50px;
    justify-content: center;
    align-items: center ;
}
.payment-choise-item{
    background: linear-gradient(180deg, #f3f5f7, #fff);
    box-shadow: 5px 21px 20px 0 hsla(0, 0%, 76.1%, .25);
    border-radius: 10px;
    border: 1px solid #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    padding: 20px;
    width: 15%;
}
.payment-choise-item img{
    width: 100%;
}
.payment-choise-item span{
    font-size: 20px;
    font-weight: bold;
}
.alert-warning {
    color: #94751c;
    background-color: #fdf3d5;
    border-color: #fdedc0;
    padding: 10px;
    border-radius: 5px;
}
.payment-consumer{
    display: flex;
    margin:45px;
    gap: 40PX;
}
.payment-consumer-left{
    border-radius: 10px;
    border: 1px solid #dee2e6;
    border-top: 2px solid #009eff;
    width: 50%;
    background-color: white;
    color: rgba(116,117,121);
}
.payment-consumer-left-item{
    border-top: 1px solid #dee2e6;
    display: flex;
    
}
.payment-consumer-left-item-icon{
    display: flex;
    justify-content: center;
    align-items: center;
}
.payment-consumer-left-item-icon img{
    width: 30%;
}
.payment-consumer-left-item-title{
    background-color: #f0f3fb;
    border-right: 1px solid #dee2e6;
    padding: 20px;
    width: 30%;
    text-align: center;
}
.payment-consumer-left-item-title1{
    background-color: #f0f3fb;
    border-right: 1px solid #dee2e6;
    padding: 20px;
    width: 30%;
    text-align: center;
    border-bottom-left-radius: 10px;
}
.payment-consumer-left-item-text{
    padding: 20px;
    text-align: center;
    width: 70%;
}
.payment-consumer-right{
    background-image: url('../../images/about/usdt-banner.png');
    background-position: bottom center;
    color: white;
    border-radius: 10px;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 45px;
}
.payment-consumer-right-title{
    font-size: 30px;
    font-weight: bold;
}
.payment-consumer-right-text{
    color: rgb(220 252 231 );
}
.payment-consumer-right-btn{
    color: rgb(34 197 94 );
    padding: 12px 30px;
    border-radius: 10px;
    border: 1px solid rgb(255, 255, 255);
}
.payment-consumer-right-button{ 
    margin-top: 50px;
}
.payment-choise-title{
    font-size: 25px;
    text-align: center;
    font-weight: 600;
    margin: 30px;
}
.payment-choise-text{
    text-align: center;
    margin-bottom: 40px;
}
.attention{
    background-color: #eff5f987;
    border-color: #eff5f987;
    line-height: 2rem;
    border-left: 3px solid #009eff;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 40px;
}
.attention-item{
    display: flex;
    gap: 10px;
    font-size: 16px;
    font-weight: 510;
}
.attention-item1{
    display: flex;
    gap: 10px;
    font-size: 15px;
    font-weight: 510;
    color: red;
}
.attention-item img ,.attention-item1 img{
    width: 15px;
}
.payment-consumer-right-btn:hover{
    background-color: rgba(140, 148, 143, 0.194);
}

@media (max-width: 1200px) { 
    .payment-consumer{
        flex-direction: column;
    }
    .payment-consumer-left,.payment-consumer-right{
        width: 100%;
    }
    .payment-consumer-right{
        padding: 20px;
    }
    .payment-banner-title {
        font-size: 36px;
        color: #fff;
        padding: 60px 0 0px 0;
        font-weight: bold;
    }
    .payment-banner-text {
        font-size: 15px;
        color: #fff;
        padding: 15px 0 60px 0;
    }
    .payment-choise-item img{
        width: 100%;
    }
    .payment-choise-item span {
        font-size: 15px;
        font-weight: bold;
    }
    /* .payment-choise-body{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        margin-bottom: 20px;
    } */
    .payment-choise-item{
        margin-bottom: 0;
        padding: 14px;
        border-radius: 13px;
        width: 45%;
    }
    .payment-choise-body{
        margin-bottom: 20px;
        gap: 20px;
    }
}