    .row2 .content-3{padding:65px 0 130px;}
    .row2 .content-3 .trading-start-box{display: flex; gap: 20px; flex-wrap: wrap;}
    .row2 .content-3 .trading-start-item{background: var(--v-grey);padding: 40px;border-radius: 20px; color:var(--v-white); min-height: 250px;transition: all 0.5s;cursor: pointer;overflow: hidden;flex: 40%;}
    .row2 .content-3 .trading-start-item1{background:var(--v-green-darker); flex: 0 1 48%;}
    .row2 .content-3 .trading-start-item2{background:var(--v-orange); flex: 0 1 48%;position: relative;}
    .row2 .content-3 .trading-start-item2::before{content: '';display: block;width: 240px;height: 210px;position: absolute;right: 0px;bottom: 0px; background: url(/wp-content/themes/vantage/images/content-3-item2Img.svg)top center no-repeat;background-size: cover;}
    .row2 .content-3 .trading-start-item2::after{content: '';display: block;width: 240px;height: 210px;border-radius: 20px;position: absolute;right: 0px;bottom: 0px;filter: blur(40px); background: -webkit-radial-gradient(50% center,closest-side, rgb(227,87,40) 84%, rgba(227,87,40,0.1) 170%);background: -o-radial-gradient(50% center,closest-side, rgb(227,87,40) 84%, rgba(227,87,40,0.1) 170%);background: -moz-radial-gradient(50% center,closest-side, rgb(227,87,40) 84%, rgba(227,87,40,0.1) 170%);}
    .row2 .content-3 .trading-start-item3{background:var(--v-orange-light); flex: 0 1 calc(33% - 13.33px); max-width: 452px;}
    .row2 .content-3 .trading-start-item4{background:var(--v-pink-light); flex: 0 1 calc(33% - 13.33px); max-width: 452px;}
    .row2 .content-3 .trading-start-item5{background:var(--v-grey); flex: 0 1 calc(33% - 13.33px); max-width: 452px;}
    /* .row2 .content-3 .trading-start-item6{background: #e8e9ed; flex: 0 1 calc(25% - 15px); max-width: 335px;} */
    .row2 .content-3 .trading-start-item:hover{transform: translateY(-10px);box-shadow: 0px 20px 22px #33334344;}
    .row2 .content-3 .trading-start-item:hover .trading-start-txt-p1{transform: translateY(-10px);}
    .row2 .content-3 .trading-start-img{margin: 0 0 71px;position: relative;width: 100%;}
    .row2 .content-3 .trading-start-img svg{width: auto; max-width: 100%;}
    .row2 .content-3 .start-arrow{width: 50px;height: 50px;background: rgb(217 217 217 / 0.2);border-radius: 50%;position: absolute;left: 78%; top: -10px;opacity: 0; z-index: 99;transition: all .3s linear;}
    .row2 .content-3 .trading-start-item:hover .start-arrow{opacity: 1; right: auto; left: calc(92% - 10px);}
    .row2 .content-3 .trading-start-item2 .start-arrow,
    .row2 .content-3 .trading-start-item3 .start-arrow{left: 86%;}
    .row2 .content-3 .trading-start-item2:hover .start-arrow,
    .row2 .content-3 .trading-start-item3:hover .start-arrow{left: calc(96% - 10px);}
    .row2 .content-3 .start-arrow img{position: absolute;left: 22px;top: 18px;width: 8px !important;}
    .row2 .content-3 .trading-start-txt p{margin: 0 0;position: relative;z-index: 10;}
    .row2 .content-3 .trading-start-txt-p1{font-size: var(--fs-26);font-weight: 600;transition: all 0.5s;color: var(--v-grey-light2);line-height: 1.2;}
    .row2 .content-3 .trading-start-txt-p2{font-size: var(--fs-16);font-weight: 500;}
    .row2 .content-3 .trading-start-item6 .trading-start-txt-p1{color: var(--v-black-light);}
    .row2 .content-3 .trading-start-item6 .trading-start-txt-p2{color: var(--v-black-light);}

    html[lang='zh-hant-TW'] .row2 .content-3 .trading-start-item5 { max-width: 100%;}
    
    html[lang='ru-RU'] .row2 .content-3 .trading-start-item2,
    html[lang='ru-RU'] .row2 .content-3 .trading-start-item3,
    html[lang='ru-RU'] .row2 .content-3 .trading-start-item4,
    html[lang='ru-RU'] .row2 .content-3 .trading-start-item5{flex: 0 1 calc(50% - 10px); max-width: none;}

    html[lang='ko-KR'] .row2 .content-3 .trading-start-item3{flex: 0 1 calc(35% - 10px);max-width: 480px;}
    html[lang='ko-KR'] .row2 .content-3 .trading-start-item4{flex: 0 1 calc(33% - 15px);max-width: 449px;}
    html[lang='ko-KR'] .row2 .content-3 .trading-start-item6{flex: 0 1 calc(32% - 15px);max-width: 449px;}
	

    @media (max-width:1440px) {
        .row2 .content-3 .trading-start-item2::before{width: 160px;height: 140px;}
        .row2 .content-3 .trading-start-item2::after{width: 160px;height: 140px;}

        .content-3,
        .trading-account-enjoy {padding: 50px 0px 54px;}
        .trading-account-enjoy .enjoy-features-list li{width: 23%;padding: 20px 29px 43px;margin: 0px 10px 20px 10px;}
    }
    @media (max-width:1240px) {
        .row2 .content-3 .trading-start-item1 .trading-start-img svg{width: 127px;}
        .row2 .content-3 .trading-start-item2 .trading-start-img svg{width: 136px;}
        .row2 .content-3 .trading-start-item3 .trading-start-img svg{width: 226px;}
        .row2 .content-3 .trading-start-item4 .trading-start-img svg{width: 97px;}
        .row2 .content-3 .trading-start-item5 .trading-start-img svg{width: 169px;}
        .row2 .content-3 .trading-start-item6 .trading-start-img svg{width: 206px;}
        .row2 .content-3 .trading-start-item2{max-width: 100%; flex: 0 1 calc(50% - 10px);}
        .row2 .content-3 .trading-start-item3{max-width: 100%; flex: 0 1 calc(50% - 10px);}
        .row2 .content-3 .trading-start-item4{max-width: 100%; flex: 0 1 calc(50% - 10px);}
        .row2 .content-3 .trading-start-item5{max-width: 100%; flex: 0 1 calc(50% - 10px);}
        .row2 .content-3 .trading-start-item6{max-width: 100%; flex: 0 1 calc(50% - 10px);}
        .row2 .content-3 .trading-start-item2::before{display: none;}
        .row2 .content-3 .trading-start-item2::after{display: none;}
		
		
   		html[lang='zh-hant-TW'] .row2 .content-3 .trading-start-item5{max-width: 100%; flex: 0 1 calc(100%);}
    }

    @media (max-width:1024px) {
        .row2 .content-3 .trading-start-item{padding: 30px 20px;min-height: 200px;}
        .row2 .content-3 .trading-start-img{margin: 0 0 30px;}
        .row2 .content-3 .trading-start-item1 .trading-start-img svg{width: 102px;}
        .row2 .content-3 .trading-start-item2 .trading-start-img svg{width: 108px;}
        .row2 .content-3 .trading-start-item3 .trading-start-img svg{width: 180px;}
        .row2 .content-3 .trading-start-item4 .trading-start-img svg{width: 86px;}
        .row2 .content-3 .trading-start-item5 .trading-start-img svg{width: 146px;}
        .row2 .content-3 .trading-start-item6 .trading-start-img svg{width: 178px;}
        .row2 .content-3 .start-arrow{width: 45px;height: 45px;}
        .row2 .content-3 .trading-start-item:hover .start-arrow{left: calc(86% - 10px);}
        .row2 .content-3 .start-arrow img{left: 20px;top: 16px;}
        .row2 .content-3 .trading-start-item2:hover .start-arrow, 
        .row2 .content-3 .trading-start-item3:hover .start-arrow{left: calc(93% - 10px);}

        .content-3,
        .trading-account-free{padding: 50px 0px 60px;}
        .trading-account-enjoy{padding: 50px 0px 54px;}
        .trading-account-enjoy .title-box{margin: 0 0 35px;}
        .trading-account-enjoy .enjoy-features-list li{width: 30%;padding: 20px 22px 43px;}
    }

    @media (max-width:768px) {
        .row2 .content-3{padding: 20px 0 30px;}
        .row2 .content-3 .trading-start-box{grid-gap: 10px 15px; justify-content: space-between;}
        .row2 .content-3 .trading-start-item{padding: 15px 10px 20px;border-radius: 10px;flex: 0 1 calc(50% - 10px);min-height: auto;}
        .row2 .content-3 .trading-start-item:hover{transform: translateY(0px);box-shadow: none;}
        .row2 .content-3 .trading-start-item:hover .trading-start-txt-p1{transform: translateY(0px);}
        .row2 .content-3 .trading-start-txt-p1{font-size: 16px;margin-bottom: 5px !important;}
        .row2 .content-3 .trading-start-txt-p2{font-size: var(--fs-12);font-weight: 400;line-height: 1.1;}
        .row2 .content-3 .trading-start-img{margin: 0 0 20px;}
        .row2 .content-3 .trading-start-item1 .trading-start-img svg{width: 74px;}
        .row2 .content-3 .trading-start-item2 .trading-start-img svg{width: 78px;}
        .row2 .content-3 .trading-start-item3 .trading-start-img svg{width: 110px;}
        .row2 .content-3 .trading-start-item4 .trading-start-img svg{width: 64px;}
        .row2 .content-3 .trading-start-item5 .trading-start-img svg{width: 100px;}
        .row2 .content-3 .trading-start-item6 .trading-start-img svg{width: 110px;}
        .row2 .content-3 .start-arrow{background: none;opacity: 1;left: auto;right: 10px;}
        .row2 .content-3 .trading-start-item2 .start-arrow, 
        .row2 .content-3 .trading-start-item3 .start-arrow{left: auto;right: 10px;}
        .row2 .content-3 .start-arrow img{width: 7px;height: 11px;top: 23px;left: 38px;}
        .row2 .content-3 .trading-start-item:hover .start-arrow{left: auto;right: 10px;}
        .row2 .content-3 .trading-start-item2:hover .start-arrow, 
        .row2 .content-3 .trading-start-item3:hover .start-arrow{left: auto;right: 10px;}
    }

    @media (max-width:510px) {
        .row2 .content-3 .trading-start-img{margin: 0 0 15px;}
    }
    @media (max-width:370px) {
        .row2 .content-3 .trading-start-item{flex: 0 1 calc(100%);}

        html[lang='ko-KR'] .row2 .content-3 .trading-start-item3{flex: 0 1 calc(100%);max-width: 100%;}
        html[lang='ko-KR'] .row2 .content-3 .trading-start-item4{flex: 0 1 calc(100%);max-width: 100%;}
        html[lang='ko-KR'] .row2 .content-3 .trading-start-item6{flex: 0 1 calc(100%);max-width: 100%;}

        
        html[lang='ru-RU'] .row2 .content-3 .trading-start-item2,
        html[lang='ru-RU'] .row2 .content-3 .trading-start-item3,
        html[lang='ru-RU'] .row2 .content-3 .trading-start-item4,
        html[lang='ru-RU'] .row2 .content-3 .trading-start-item5{flex: 0 1 calc(100%); max-width: 100%;}

    }
    @media (max-width:320px) {
        .row2 .content-3 .trading-start-item{flex: 0 1 calc(100%);}
        html[lang='zh-hant-TW'] .row2 .content-3 .trading-start-item2{flex: 0 1 calc(100%);}
    
        html[lang='zh-hant-TW'] .row2 .content-3 .trading-start-item3 ,
        html[lang='zh-hant-TW'] .row2 .content-3 .trading-start-item5 {flex: 0 1 calc(100%); }
    }