.brand-logo {
    width: 204rem;
    height: 68rem;
    position: absolute;
    top: 47rem;
    left: 39rem;
}

.logo-image {
    width: 100%;
    height: 100%;
}

.content {
  width: 570rem;
  color: #ffffff;
  text-align: center;
  position: absolute;
  top: calc(50% - 100rem);
  left: 50%;
  transform: translate(-50%, -50%);
}

.product-info {
font-weight: bold;
font-size: 36rem;
color: #FFFFFF;
line-height: 30rem;
  margin-bottom: 35rem;
}

.qr-placeholder {
  width: 300rem;
  height: 300rem;
  background-color: #fff;
  margin: 0 auto;
}

.instructions {
  font-size: 26rem;
  margin-top: 30rem;
  margin-bottom: 20px;
}

.instructions .light {
  font-size: 28rem;
  font-weight: bold;
}