/* Homepage work list and bio. 15px was smaller than the page base type. */
nav[aria-label="Areas of work"] li {
  font-size: 17px;
  line-height: 1.55;
}

nav[aria-label="Areas of work"] ul.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 0.65rem;
}

section.py-6.w-full .space-y-6.text-\[15px\].leading-relaxed,
section.py-6.w-full .space-y-6.text-\[15px\].leading-relaxed p {
  font-size: 17px;
  line-height: 1.7;
}

@media (min-width: 1024px) {
  nav[aria-label="Areas of work"] li {
    font-size: 18px;
  }

  section.py-6.w-full .space-y-6.text-\[15px\].leading-relaxed,
  section.py-6.w-full .space-y-6.text-\[15px\].leading-relaxed p {
    font-size: 18px;
  }
}
