.cards-qr{display:flex;flex-wrap:wrap;gap:1rem;justify-content:flex-start;margin:0 auto;width:100%}.cards-qr__card{box-shadow:0 2px 8px rgba(0,0,0,.06);box-sizing:border-box;display:flex;flex-direction:column;max-width:18.75rem;overflow:hidden;position:relative;width:calc(50% - 1rem)}.card-qr__image{height:auto;margin:0 auto;max-width:100%;padding:0}.card-qr__qr{box-sizing:border-box;max-height:100%;max-width:100%;opacity:0;pointer-events:none;position:absolute;right:-5rem;top:50%;transform:translateY(-50%);transition:right .2s cubic-bezier(.4,0,.2,1),opacity .4s cubic-bezier(.4,0,.2,1);z-index:2}.cards-qr__card:focus-within .card-qr__qr,.cards-qr__card:hover .card-qr__qr{opacity:1;right:0}@media (max-width:767px){.cards-qr__card{max-width:25rem}}