.trader-section{
    background-color: #f9f9f9;
}
.platform-banner{
    background-image: url(../images/sub/platform/banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.meta-img{
    max-width: 653px;
    width: 100%;
    margin: 0 auto;
}
.down-wrap{
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.down-btn{
    width: 30%;
    height: 50px;
    border: 2px solid var(--main-blue2);
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: var(--main-blue2);
    transition: all .3s;
    margin: 0 6px;
    line-height: 48px;
    background-color: #ffffff;
}
.down-btn:hover{
    border: 2px solid var(--main-blue1);
    background-color: var(--main-blue1);
    color:#ffffff;
}
.mobile-img{
    max-width: 373px;
    margin: 0 auto;
}
.trader-img{
    max-width: 352px;
    margin: 0 auto;
}





@media screen and (max-width:991px) {
    .down-wrap{
        margin-top: 40px;
    }
}

@media screen and (max-width:768px){
    .meta-img{
        max-width: 80%;
    }
    .down-wrap{
        flex-direction: column;
    }
    .down-btn{
        width: 50%;
        margin-bottom: 10px;
    }
    .down-btn:last-of-type{
        margin-bottom: 0;
    }
}




.platforms_lr { display: flex;  } 









