/* Startuję: wider supporting copy, using the homepage vertical accent. */
.start-page .start-two { grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); }
.start-page .start-section-copy { border-left: 1px solid rgba(200, 255, 61, .45); padding-left: 32px; margin-bottom: 0; }
.start-page .start-section-copy > :last-child { margin-bottom: 0; }
.start-page .start-light .start-section-copy { border-left-color: rgba(75, 98, 8, .5); }
.start-page .start-situation { background: #111116; }
.start-situation .start-selected { background: #19191f; }
@media (max-width: 767px) {
  .start-page .start-two { grid-template-columns: minmax(0, 1fr); }
  .start-page .start-section-copy { padding-left: 24px; }
}
