div.page-title-outer {
  text-align: center;
  margin: 2rem 0rem;
  max-width: 850px;
  padding: 0 2rem;
  margin-left: auto;
  margin-right: auto;
}

.page-title-outer h1 {
  margin-bottom: 1rem;
}

.title-banner {
  background: var(--color-quiver-green);
  text-align: center;
  color: black;
  max-width: 850px;
  margin: 2rem auto 1rem;
  padding: 2rem 2rem;
  font-weight: 600;
  font-size: large;
}

.flex-row-center {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  max-width: 850px;
  margin: 0 auto;
  padding: 0.5rem 2rem;
}

.flex-row-center .page-subtitle {
  font-size: 1.35rem;
  flex: 1;
  line-height: 1.4;
  font-weight: 300;
}

.flex-row-center img {
  flex-shrink: 1;
  min-width: 0;
  max-width: 100%;
}

.page-subtitle--right {
  text-align: right;
}

.graphic {
  width: 310px;
  max-width: 100%;
  aspect-ratio: 340 / 290;
}

.graphic-1 {
  width: 300px;
  max-width: 100%;
  aspect-ratio: 250 / 250;
}

.graphic-2 {
  width: 390px;
  max-width: 100%;
  aspect-ratio: 350 / 250;
}

.subtitle-title {
  font-size: 2rem;
  font-weight: 400;
  display: block;
  margin-bottom: 0.15rem;
}