/* About page uses the shared editorial content components. */
.oc-about {
  overflow: clip;
}

.oc-about-values {
  position: relative;
  background: #EEE6DB;
}

.oc-about-values::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255,255,255,.32), transparent 44%);
  pointer-events: none;
}

.oc-about-values .pg-container {
  position: relative;
}

.oc-about-values .oc-detail-grid {
  margin-top: 0;
}
