.section-graphic,
.example-graphic {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.section-graphic {
  width: 100%;
  margin: 26px auto 12px;
}

.process-graphic {
  max-width: 720px;
}

.principles-graphic {
  max-width: 860px;
}

.map-graphic {
  max-width: 600px;
  max-height: 560px;
}

.example-graphic {
  width: 100%;
  margin: 24px auto 0;
}

.compact-graphic {
  max-width: 690px;
}

@media (max-width: 600px) {
  .section-graphic {
    margin-top: 18px;
  }

  .example-graphic {
    margin-top: 16px;
  }
}
