/* =========================
   About
========================= */

.about-row {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 2rem;
}

.about-row h2 {
  margin: 0;
  margin-bottom: 1rem;
}

.about-row .about-content {
  margin: 0;
  /* max-width: 65ch; */
}

.about-lead {
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.about-cred {
  margin-top: 1.25rem;
  padding-left: 1.2rem;
}

.about-cred li::before {
  background: var(--primary-accent);
}

.about-split {
  align-items: flex-start;
  max-width: 930px;
}

.about-media {
  background: #eee; /* Placeholder for media content */
  border-radius: var(--border-radius-lg);
  min-height: 360px;
  position: sticky;
  top: calc(var(--header-height) + 2rem);
}
