/* Applies only on large screens (≥992px) */
.gt_section__85P9X {
    gap: 60px;
  }
  
  /* Large screens (≥1170px) → bigger gap */
  @media (min-width: 1170px) {
    .gt_gapLg__hOf9i {
      gap: 225px; /* or whatever you want */
    }
  }
  
  /* Between 1170px and 1025px stays 60px automatically */
  /* No media query needed for that range */
  
  /* Below 1025px (optional breakpoints) */
  @media (max-width: 1025px) {
    .gt_section__85P9X {
      gap: 60px; /* stays 60px as requested */
    }
  }
  @media (max-width: 600px) {
    .gt_scale__huZID {
      transform: scale(0.9);/* optional, improves positioning */
    }
  }
  .gt_heroSection__wXUHF {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  
  .gt_heroLeft__vaRAL {
    order: 1;
  }
  
  .gt_heroRight__pl0Rm {
    order: 2;
  }
  
  /* Mobile: stack, coin BELOW button */
  @media (max-width: 600px) {
    .gt_heroSection__wXUHF {
      flex-direction: column;
      align-items: center;
    }
  
    .gt_heroLeft__vaRAL {
      order: 1;   /* text + Earn Now first */
      margin-right: 10px !important;
      margin-left: 15px !important;
    }
  
    .gt_heroRight__pl0Rm {
      order: 2;   /* bg-design + egtcoin below */
      width: 100% !important;
      max-width: 360px;
      margin-top: -122px;
      margin-left: 70px;
      margin-bottom: -160px;
    }
  
    /* Optional: reduce scale on mobile */
    .gt_heroRight__pl0Rm img:nth-of-type(1) {
      width: 100%;
      max-width: 320px;
      transform: scale(1.0) translateX(0);
    }
  
    .gt_heroRight__pl0Rm img:nth-of-type(2) {
      width: 90%;
      max-width: 280px;
      transform: translate(-50%, -50%);
    }
  }
