
.freefire-welcome-page {
  width: 100%;
  padding: 20px 0;
}

.freefire-welcome {
  color: white;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 30px 0;
  background: linear-gradient(135deg, #FF4500, #FF8C00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.freefire-products {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.freefire-products {
    grid-template-columns: 1fr;
  }