.footer-contact {
    background: #f6f9ff;
    margin: 0 auto;
    padding: 50px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-contact .qrcode {
    width: 200px;
    height: 200px;
    margin-right: 100px;
}

.footer-contact .info {
    display: flex;
    flex-direction: column;
    height: 180px;
    justify-content: space-between;
    font-size: 18px;
}

.footer-contact .info .name {
    font-size: 20px;
    font-weight: bold;
}