/* Contraste do painel claro da página de investidores em uma faixa escura. */
body.investors-page .section-dark .split-panel-strong {
  color: var(--sfy-text, #102033);
}

body.investors-page .section-dark .split-panel-strong :where(h2, h3, .section-title) {
  color: var(--sfy-text, #102033) !important;
}

body.investors-page .section-dark .split-panel-strong p {
  color: var(--sfy-text-soft, #496079) !important;
}
