.amount h4{
    color: rgb(209, 209, 209);
}
.amount h3{
    color: rgb(30, 241, 241) !important;
}
.amount{
    padding-bottom: 20px;
}
.amout-text{
    display: flex;
    justify-content: space-between;
    width: 450px;
    
}
.amout-text{
    font-size: 20px;
}
.amout-text .line{
    padding: 0px 10px;
}
.amout-card{
    background-color: rgb(15, 30, 46);
    margin-top: 50px;
    border-radius: 10px;
    padding: 20px 20px;
}
.position h6{
    padding: 10px 0px;
    font-size: 20px !important;
    color: rgb(209, 209, 209);
}
.position-text{
    display: flex;
    justify-content: space-between;
    width: 450px;
    margin-top: 10px;
}
.postion-new-text span{
        color: rgb(30, 241, 241) !important;
        font-size: 18px;
}
@media (max-width: 768px) {
  .amout-text {
    display: flex;
    justify-content: space-between;
    width: 100% !important;
}
.position-text {
    display: flex
;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px;
}
}