.wrap_qr {
    padding-bottom: 0 !important;
}

.wrap_qr .sect_info {
    flex-wrap: wrap;
}

.wrap_qr .sect_info a {
    display: inline-flex;
    width: auto;
    color: #171E26;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.4px;
}

.app_items {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 48px 24px;
    margin: 48px auto 56px auto;
}

.app_link {
    display: inline-flex;
    width: auto;
    max-width: 120px;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
}

.app_link img {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.app_preview {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: auto;
    padding: 64px 16px;
    margin-bottom: 64px;
    overflow: hidden;
    /* min-height: 360px; */
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url("../img/icons/sign_back.png");
}

.app_preview img {
    display: block;
    position: relative;
    max-width: 1164px;
    width: 100%;
}

.app_preview::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(23, 30, 38, 0.50);
    backdrop-filter: blur(15px);
}


@media only screen and (min-width: 0px) and (max-width: 560px) {
    .app_preview {
        padding: 32px 16px;
    }

    .app_items {
        margin: 24px auto 56px auto;
    }
}