.app-wrap {
    width: 1200px;
    margin: 0 auto;
    padding: 45px 0 45px 18px;
    box-sizing: border-box;
    border-radius: 20px;
    background-color: white;

    position: relative;
    padding: 50px 0;
    background-color: white;
    text-align: center;
}

.app-download-banner {
    width: 700px;
    margin-right: 600px;
}

.app-download-txt {
    position: absolute;
    top: 25%;
    left: 50%;
    margin-left: -50px;
    color: #666;
}

.banner-1-wrap {
    padding: 0 0 50px 0;
}

.banner-1 {
    height: 90px;
}

.qr-download-wrap>img {
    height: 150px;
    margin: 0 20px;
}

.divider-1 {
    width: 80%;
    margin: 50px auto 50px auto;
    border-top: 1px solid #eee;
}

.page-padder {
    height: calc(100vh - 1250px);
}

.verification-item {
    margin: 0 0 50px 0;
}

.verification-item-icon {
    width: 45px;
    height: 45px;
    padding: 10px;
    margin-right: 20px;
    border-radius: 50%;
    box-sizing: border-box;
    font-size: 0;
    background-color: rgba(247, 81, 88, 1);
}

.verification-item-icon>img {
    max-width: 100%;
}

.verification-item-title {
    font-size: 18px;
    font-weight: bold;
}