@media screen and (max-width: 768px) {
    .play input {
        width: 80%!important;
    }
}


@media screen and (max-width: 510px) {
    .title h4{
        font-size: 13px!important;
    }

    .wallet p {
        font-size: 16px!important;
    }

    .bi-wallet2{
        height: 15px!important;
        width: 15px!important;
    }
}