.y-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url("/static/sas/img/bg@2x.png") center center / cover;
}

.y-container > div {
    padding-top: 50px;
    width: 90%;
}

.phone {
    text-align: center;
    order: 1;
}

.title {
    font-size: 22px;
    font-weight: 900;
    color: #071922;
    line-height: 37px;
}

.feature {
    margin-top: 20px;
}

.feature li {
    font-size: 18px;
    font-weight: 600;
    color: #071922;
    line-height: 37px;
}

.code {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    color: #111;
    line-height: 15px;
}

.code > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}
.code > div > img {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .y-container > div {
        width: auto;
    }
}

@media (min-width: 992px) {
    .y-container {
        flex-direction: row;
    }

    .phone {
        margin-right: 117px;
        order: 0;
    }

    .phone img {
        width: 339px;
        height: 590px;
    }

    .code {
        margin-top: 87px;
    }
}