/* footer */
.footer .warp .right {
    width: 22%;
    text-align: right;
}

.footer .warp .right .fa {
    text-align: center;
}

.qr-code {
    display: inline-block;
}

.qr-container {
    display: flex;
    justify-content: space-between;
    margin-top: 38px;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .footer .warp .right {
        width: 100%;
        float: none;
        text-align: center;
    }
}

/* login */