.qr-content-wrap {
    max-width: 1140px;
    height: 100vh;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 1.25rem;
}

.qr-txt-wrap{
    padding: 1.875rem 0 5rem 0;
    color: #515151;
}

.qr-txt-wrap p{
    font-size: 1.875rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #000;
}

.qr-content-wrap img:first-child{
    width: 7rem;
}

.qr-content-wrap img{
    width: 10rem;
}