/* =========================
   GLOBAL LAYOUT
========================= */

.homepage {
  display: block;
}

.section {
  padding: 96px 24px;
}

.section + .section {
  border-top: 1px solid var(--border);
}

.container {
  max-width: 1100px;
  margin: 0 auto;
}

.section-header {
  text-align: center;
  margin-bottom: 56px;
}

