.box {
    max-width: 750px;
    height: 50.75rem;
    padding-top: 2rem;
    box-sizing: border-box;
    background: url("../img/bg.png") no-repeat center;
    background-size: cover;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    position: relative;
}

.logo {
    width: 10.9375rem;
    position: absolute;
    top: 24px;
    left: 22px;
    z-index: 11;
}

.bottom-box {
    width: calc(100% * 0.8);
    padding-bottom: 4rem;

    .download-box {
        margin-bottom: 1.5rem;
        position: relative;

        .open-app {
            width: 100%;
            position: absolute;
            bottom: 0;
            text-align: center;
            font-size: 0.9375rem;
            font-weight: 600;
            color: #F5F5F8;
            z-index: 22;
        }
    }

    .desc {
        width: 100%;
        text-align: center;
        font-size: 0.75rem;
        color: #F5F5F8;
        opacity: 0.4;
    }
}