.download-qrs {
    font-size: 0;
}

.download-qr {
    width: 172px;
    height: 202px;
    background: #FFFFFF;
    box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    padding: 0;
    margin: 0;
    text-align: center;
    position: relative;
    display: inline-block;
    vertical-align: bottom;
}

.download-qr:nth-child(1) {
    margin-right: 58px;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .download-qr:nth-child(1) {
        margin-right: 10px !important;
    }
}

@media (min-width: 1200px) {
    .home-page-header {
        max-height: 816px !important;
    }
}

.download-qr .download-qr-out {
    display: none;
}

.download-qr .download-qr-in img:nth-child(1) {
    width: 64px;
    height: 64px;
    margin: 36px auto 0 auto;
}

.download-qr .download-qr-in img:nth-child(2) {
    width: 66px;
    height: 66px;
    position: absolute;
    top: 0;
    right: 0;
}

.download-qr .download-qr-in>span {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    margin-top: 38px;
    padding: 0 25px;
    white-space: normal;
    display: block;
}

.download-qr .download-qr-out .qrcode {
    width: 96px;
    height: 96px;
    background: #CCCCCC;
    margin: 32px auto 0 auto;
}

.download-qr .download-qr-out>span {
    font-size: 12px;
    font-weight: 400;
    color: #333333;
    line-height: 16px;
    margin-top: 14px;
    padding: 0 12px;
    white-space: normal;
    display: block;
}