.qrcode-wrapper {
  margin-top: 30px
}

.qrcode-text {
  margin-top: 5px;
}

@media only screen and (max-width: 767px) {
  .qrcode-img,
  .qrcode-wrapper svg {
    max-width: 300px !important;
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .qrcode-img,
  .qrcode-wrapper svg {
    max-width: 200px !important;
    width: 100%;
  }
}
