.zb-inner{
    max-width: 840px;
}
.qr-banner {
    display: flex;
    align-items: center;
    gap: 16px;
    background-color: #e1f2e8;
    padding: 16px 24px 8px;
    max-width: 470px;
    box-shadow: 0px 0px 3px 0 #cce5d2;
}

.i18n-ja .qr-code img {
    width: 130px;
    height: 90px;
    display: block;
}

.qr-text p strong{
    display: block;
}
.qr-text p{
    font-size: 16px;
    line-height: 1.6;
    text-align: left;
    margin-bottom: 0;
}

@media only screen and (max-width: 991px){
.apps-download-links-wrap {
    max-width: 600px;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 15px;
    flex-direction: unset;
    margin: auto;
}
}
@media only screen and (max-width: 767px){
    .qr-banner {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.qr-text p{
    text-align: center;
}
}