.trade-app{
    min-height: calc(100vh - 200px);
}
.img-fit{
    width: 100%;
    height: 100%;
}
.trade-app p{
    line-height: 2rem;
}
.trade_zomorod_content{
    background: url("/assets/img/trade_zomorod_bg.png");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
 }
.trade_almas_content{
    background: url("/assets/img/trade_diamond_bg.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
}
.trade-credit-logo{
    min-height: 300px;
    min-width: 300px;
    /*margin: 0 auto;*/
    margin-left: auto;
    margin-right: auto;
}
.algo-spec p{
    font-weight: 500;
}
.algo-spec i{
    font-size: 2rem;
    color: darkred;
}
.algo-spec-logo{
    width: 4rem;
    height: 4rem;
    background-color: whitesmoke;
    filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.2));
    border-radius: 50%;
}
.algo-spec-logo i{
    /*margin: auto;*/
}
.algo-spec{
    min-height: 270px;
}
.trade-algoritm{
    min-height: 250px;
}
