/* ============================================================
   section.css — shared content-width container
   ============================================================ */
@charset "UTF-8";

.section {
  width: min(1100px, 94%);
  margin: 0 auto;
}
