.qr-description {
    padding: 35px 0 10px;
}

.qr-description .text {
    padding: 0 0 12px;
    font-size: 1.125em;
    line-height: 100%;
    color: rgba(34, 34, 34, 0.7);
    text-align: left;
}

.qr-description .cloud-svg {
    display: inline-block;
    width: 34px;
    height: 22px;
    vertical-align: middle;
}

.qr-description .fab-svg {
    display: inline-block;
    width: 22px;
    height: 22px;
    vertical-align: middle;
}

.qr-code {
    width: 260px;
    height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    background-color: #FFFFFF;
    z-index: 5;
}

.qr-code img {
    border-radius: 4px;
}

.qr-code .tip {
    padding: 10px 32px 0;
    color: rgba(34, 34, 34, 0.7);
    font-size: 1em;
    letter-spacing: 0.7px;
}

@media (max-width: 320px) {
    .qr-code {
        width: 161px;
        height: 161px;
    }

    .qr-code .logo {
        width: 44px;
        height: 44px;
    }

    .qr-code .qr-code-image {
        width: 131px;
        height: 131px;
    }
}

.pin-code-container, .qr-code-container {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-items: center;
    gap: 20px;
}
