.leverage-table{padding: 0 0 200px;position: relative;}
.leverage-table::before{content: '';position: absolute;left: -340px;top: 32%;width: 500px;height: 300px;border-radius: 50%;filter: blur(120px);background: #00afff;z-index: -1;}
.leverage-table h2{text-align: center; font-size: var(--fs-60); font-weight: 700;color: #fff;margin-bottom: 78px;background: linear-gradient(136deg, #FFF 60.09%, rgba(72, 81, 101, 0.00) 111.49%);background-clip: text;-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.leverage-table .table-con{width: 420px;max-width: 100%;margin: 0px auto;}
.leverage-table table{width: 100%;border-collapse: collapse;padding: 0px;}
.leverage-table table th{font-size: 15px;font-weight: 700;border: 2px solid #1c2339;text-align: center;background: #13192c;padding: 20px 3px;line-height: 1.2;color: #FFF;position: relative;}
.leverage-table table th::after{content: "";display: block;width: 10px;height: 10px;background: #13192c;position: absolute;left: 50%;-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-o-transform: rotate(45deg);bottom: -5px;margin-left: -5px;}
.leverage-table table tr td:first-child{border-right: 1px solid #2e3755;}
.leverage-table table td {font-size: var(--fs-14);font-weight: 400;height: 60px;padding: 20px 3px;color: #909ab7;line-height: 1.2;background: #13192c;text-align: center;}
.leverage-table table tr:nth-child(2n) td{background: #1d243a;}

.leverage-change{text-align: center;padding: 0 0 248px;}
.leverage-change h2{text-align: center; font-size: var(--fs-60); font-weight: 700;color: #fff;margin-bottom: 85px;background: linear-gradient(136deg, #FFF 60.09%, rgba(72, 81, 101, 0.00) 111.49%);background-clip: text;-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.leverage-change p{font-size: var(--fs-24); font-weight: 400;color: #9399ad;margin-bottom: 60px;text-align: center;}
.leverage-change .img-box{margin-bottom: 67px;position: relative;}

html[lang="ar-AE"] .leverage-table table tr td:first-child{ border-left: 1px solid #2e3755; border-right: none;}
html[lang="zh-hans"] .leverage-change p{font-size: var(--fs-18);}

@media (max-width:1024px){
    .leverage-table{padding: 0 0 160px;}
    .leverage-table h2 br{display: none;}

    .leverage-change{padding: 0 0 200px;}
    .leverage-change h2{margin-bottom: 70px;}
}
@media (max-width:768px){
    .leverage-table{padding: 0 0 130px;}
    .leverage-table h2 {margin-bottom: 50px;}

    .leverage-change{padding: 0 0 140px;}
    .leverage-change h2{margin-bottom: 50px;}
}
@media (max-width:510px){
    .leverage-table{padding: 0 0 80px;}
    .leverage-table h2 {margin-bottom: 40px;}

    .leverage-change{padding: 0 0 60px;}
    .leverage-change h2{margin-bottom: 30px;}
    .leverage-change p{margin-bottom: 40px;}
    .leverage-change .img-box{margin-bottom: 40px;}
}