.pages:is(.home, .individuals, .organizations) {
	/* Page shell */

	.navbar {
		margin-bottom: 0;
	}

  main > * {
    margin-bottom: clamp(100px, 8vw, 200px);
  }

  .background-graphic > * {
    margin-bottom: clamp(100px, 8vw, 200px);
  }
}
