.m-document__qr-codes-container { display: flex; flex-direction: row; gap: 24px; justify-content: center; align-items: flex-start; } .m-document__qr-code-wrapper { display: flex; flex-direction: column; align-items: center; justify-content: flex-start; text-align: center; } .m-document__qr-code-wrapper:last-child { margin-top: 16px; } .m-document__qr-code-image { display: flex; align-items: center; justify-content: center; } .m-document__qr-code-image img { width: 100px; height: 100px; display: block; }