/* Give the homepage vision and product sections a little more room on wide screens. */
@media (min-width: 1100px) {
  .vision-feature.section,
  .ecosystem.section { max-width: 1440px; }
}
