.tp-main {
    /* display: flex; */
    width: 100%;
}

.contact {
    border: none !important;
}

.tp-custom {
    display: flex !important;
    flex: 1;
    align-items: center;
    padding: 15px;
    background: #fff;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    cursor: pointer;
    transition: all .3s;
    border: 1px solid #f1f1f1;
    text-decoration: none;

}

.tp-custom:first-child {
    margin-right: 20px;
}

.tp-customs:hover {
    /* transform: translateY(-6px);
    box-shadow: 0px 1px 2px 1px #efefef; */
}

.tp-logo {
    width: 50px;
    height: 50px;
    margin-right: 20px;
    background: #fff;
    box-shadow: 0px 1px 1px 2px #efefef;
    border-radius: 10px;
}

.tp-content h5 {
    margin: 0;
    color: #101010;
    font-weight: 500;
    font-size: 20px;
    line-height: normal;
}

.tp-content p {
    margin: 0;
    color: #2980fe;
    line-height: normal;
}

.has-mask .mask {
    opacity: 0 !important;
}


@media screen and (max-width: 767px) {
    .tp-main {
        display: block;
    }

    .tp-custom:first-child {
        margin-right: 0;
    }

    .ask-code {
        text-align: center;
    }

    .section.cover {
        background: url(../image/tokenpocket-1589859349271.png) no-repeat !important;
        background-size: 100% auto !important;
        height: calc(100vw/1.92) !important;
    }
}

.icon img {
    width: 50px;
}