.card-qr {
    display: flex
;
    flex-direction: column;
    align-items: center;
    gap: 80px;
    background-color: #fff;
    border-radius: 10px;
    padding: 40px;
    margin-bottom: 100px;
}

.card-qr > img{
    width:100px;
}

.bg-bottom {
    background-image: url(/wp-content/plugins/Winer/assets/img/QR/line.svg);
    background-repeat: no-repeat;
    background-position: bottom;
}