.site-main {
  min-height: 100vh;
}

.bowe-container {
  width: 100%;
  max-width: 1920px;
  margin-inline: auto;
  padding-inline: var(--spacing-container);
}

.bowe-section {
  position: relative;
  padding-block: 8rem;
  overflow: hidden;
}

.bowe-section--light {
  background-color: var(--color-bg-light);
}

.bowe-section--white {
  background-color: var(--color-white);
}

.bowe-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 2rem;
}

.bowe-grid--two,
.bowe-grid--three,
.bowe-grid--twelve {
  grid-template-columns: minmax(0, 1fr);
}

.bowe-entry {
  padding-block: 9rem 5rem;
}

.bowe-entry__title {
  max-width: 14ch;
  margin-bottom: 2rem;
}

.bowe-entry__content {
  max-width: 72rem;
}

.alignwide {
  max-width: 1920px;
}

.alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.screen-reader-text:focus {
  top: 1rem;
  left: 1rem;
  z-index: 100000;
  width: auto;
  height: auto;
  padding: 1rem 1.25rem;
  clip: auto;
  background: var(--color-deep-black);
  color: var(--color-white);
  font-size: 0.875rem;
  white-space: normal;
}
