.qr-contact-box {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.08);
  font-family: 'Segoe UI', Tahoma, sans-serif;
  padding: 15px 20px;
  box-sizing: border-box;
}

.qr-heading {
  font-size: 18px;
  font-weight: 700;
  color: #0E386F;
  text-align: center;
  margin-bottom: 14px;
}

.qr-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.qr-block {
  flex: 1 1 48%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.qr-block img {
  width: 100%;
  max-width: 200px;
  height: auto;
  border-radius: 8px;
  object-fit: contain;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

.qr-block span {
  margin-top: 6px;
  font-size: 14px;
  font-weight: 600;
  color: #0E386F;
  text-align: center;
}
