/* ===== Reset ===== */
body {
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: #fff;
  color: #000;
  line-height: 1.5;
  margin-left: 20px;
  margin-right: 20px;
}

section {
  box-sizing: border-box;
  margin-top: 30px;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* ===== Collage, Store, Domains Images ===== */
.full-image {
  width: 100%;
  margin: 0 auto;
}

/* ===== Bottom Section ===== */
.bottom-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 40px;
  gap: 40px;
}

.qr-contact,
.products {
  flex: 1;
  text-align: center;
}

.qr-contact img,
.products img {
  width: 100%;
  
  margin: 0 auto;
}

.qr-text {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.4;
}

.qr-text a {
  color: #225f9c;
  font-weight: bold;
  text-decoration: none;
}

.qr-text p {
  margin: 5px 0;
}

/* Heading under products */
.products h3 {
  margin-top: 8px;
  font-size: 16px;
  font-weight: bold;
  color: #225f9c;
}

/* ===== Responsive ===== */
@media (max-width: 992px) {
  .bottom-section {
    flex-direction: column;
    align-items: center;
    padding: 20px;
  }

  .qr-contact,
  .products {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  

  .qr-text {
    font-size: 13px;
  }

  .products h3 {
    font-size: 14px;
  }
}
