/* below 1200px */
@media (max-width: 75em) {
  html {
    font-size: 56.25%;
  }
  .hero-pic-img {
    width: 50rem;
  }
}

/* below 944px */
@media (max-width: 59em) {
  html {
    font-size: 50%;
  }
  .section-hero {
    padding-bottom: 6.4rem;
  }
  .hero-grid {
    grid-template-columns: 1fr;
  }
  .hero-title-box {
    justify-self: center;
    margin-top: 0;
  }
  .hero-pic {
    grid-row: 1/2;
  }
  .hero-title-img {
    width: 100%;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
  .hero-pic-img {
    width: 100%;
  }
}

/* below 752px */
@media (max-width: 47em) {
}

/* below 544px */
@media (max-width: 34em) {
  .section-hero {
    padding-bottom: 2.4rem;
  }
  .section-contents {
    padding-top: 2.4rem;
  }
  .ordered-list {
    margin-bottom: 4rem;
  }
}
