/* below 1200px */
@media (max-width: 75em) {
  html {
    font-size: 56.25%;
  }
  .section-hero {
    padding: 14rem 0;
    height: auto;
  }
  .activity-pic-img {
    width: 100%;
  }
}

/* below 944px */
@media (max-width: 59em) {
  html {
    font-size: 50%;
  }
  .chapter-icon-img {
    width: 12rem;
  }
  .chapter-product-grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 4.6rem;
  }
  .span-2 {
    grid-column: span 2;
    width: 50%;
    justify-self: center;
  }
  .w3-button,
  .w3-xxlarge {
    display: block;
  }
  .side-bar {
    display: none;
  }
}

/* below 704px */
@media (max-width: 44em) {
  .hero-title-img {
    width: 54rem;
  }
  .hero-subtitle {
    font-size: 2.4rem;
  }
}

/* below 544px */
@media (max-width: 34em) {
  .hero-title-img {
    width: 40rem;
  }
  .promotion {
    display: inline-block;
  }
  .chapter-icon-img {
    width: 10rem;
  }
  .chapter-cata-grid {
    grid-template-columns: 1fr;
    gap: 1.4rem;
  }
  .chapter-product-grid {
    grid-template-columns: 1fr;
    row-gap: 4.6rem;
  }
  .span-2 {
    grid-column: auto;
    width: auto;
    /* justify-self: center; */
  }
  .activity {
    padding: 0 2.4rem;
  }
  .w3-button {
    display: block;
  }
}
