h1 {
  margin-top: 3rem;
}

h3 {
  position: absolute;
  translate: -2.6rem -2.8rem;
  display: flex;
  flex-direction: column;
  width: 42px;
  margin: 0;
  align-items: center;

  font-size: 11px;
  line-height: .9;
  opacity: .5;
  font-weight: 500;
  font-family: Geogrotesque;
}

h3 span {
  font-size: 14px;
  font-weight: 400;
}

@media(max-width: 1200px) {
  h1 { padding-left: 2.3rem; }
  h3 { translate: -.5rem -3rem; }
}

/* need to scope the following to body so that we don't mess up the footer */

body > ul {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
  margin-top: 1rem;
}

body > ul li img {
  aspect-ratio: 1;
  height: 24px;
  margin: -2px .4rem 0 -2.1rem;
  opacity: .5;
}