.new-content .new-img{
    margin: 0 0;
}

.new-content{
    padding-top: 81.6px;
    padding-bottom: 174px;
    margin-top: 0;
    background-image: linear-gradient(179deg, #0b0828 11%, #173a5f 49%, #12275c 66%, #010e1e 77%);
}

.new-title{
    color: #007bd3 !important;
}

.new-content .new-title{
    font-size: 46px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: center;
    color: #00edbf !important;
}

.new-content .new-time{
    margin-top: 12px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: right;
    color: #707994 !important;
}

.new-content .right-icon{
    text-align: center;
    margin: 40px 0;
}

.new-content .new-text{
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

.new-content .about-content-t button {
    width: 209px;
    height: 52px;
    background-image: url(/assets/img/index_download_bg.svg);
    border-radius: 38px;
}

.new-content .about-content-t button:hover {
    background-image: url(/assets/img/index-download-bg-hover.svg);
}

.bottom-text .card button span{
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: #9affeb;
}

.about-content-t button span {
    padding-left: 5px;
    font-size: 20px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: center;
    font-weight: bold;
    color: #fff;
}

.bottom-text .card{
    gap: 10px;
    border-radius: 8px;
    box-shadow: 0 0 10px 0 rgba(127, 190, 249, 0.5);
    background-color: #010e1e;
}

.btn:hover {
    color: #212529;
    text-decoration: none;
}

.box-ps {
    margin-bottom: 46px;
    border: solid 1px #42a5f5;
}

#collapse-2 .card-body p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}

#collapse-2 .card-body .box-ps p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #42a5f5;
}

#collapse-3 .card-body p{
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}


.highlight {
    color: #42a5f5 !important;
}

.card-body .p-title{
    font-size: 2rem !important;
    color: #9affeb !important;
    padding-bottom: 0.9rem;
}

.warring p {
    font-size: 1.4rem !important;
    padding-bottom: 0.5rem;
}

.p-1-8 {
    font-size: 1.8rem;
}
.p-1-2{
    font-size: 1.2rem;
}
.p-1-4{
    font-size: 1.4rem;
}
.table tr th{
    vertical-align:middle;
}
.code-red {
    color:#93372e;
}

.table{
    color: white
}

.table.table-1{
    width: 418px
}

.table.table-2{
    width: 500px
}

.green-text{
    color: #9affeb;
}

.bottom-text .card .card-body .card-header{
    padding: 20px 10px 20px 10px;
}

.bottom-text .card .card-body button span{
    font-size: 20px;
}

@media (max-width: 991.98px) {
    .table {
        width: 100% !important;
        font-size: 12px;
    }

    .bottom-text .card button span{
        font-size: 18px;
    }

    .bottom-text .card .card-body button span{
        font-size: 14px;
    }


    .bottom-text .card .card-header{
        padding: 20px 10px 20px 10px;
    }

    .new-content .new-title{
        font-size: 28px;
    }

    .bottom-text .card .card-body{
        padding-left: 10px;
        padding-right: 10px;
    }
}