/* ============================================
   OUTSIDE OF WORK — Flowing text section
   ============================================ */

.outside {
  padding: var(--space-3xl) 0;
}

/* --- Outside of Work: flowing text (matches about/services intro style) --- */
.outside__text {
  max-width: 850px;
  margin: 0 auto;
  padding: 0 var(--space-lg);
}
