/* KIR Consulting v48: financing results section hotfix. */
.section.fund-results-v41:not(.soft):not(.dark) {
  background: #071d43;
  color: #fff;
}

.section.fund-results-v41 .section-head h2,
.section.fund-results-v41 .fund-results-grid h3 {
  color: #fff;
}

.section.fund-results-v41 .section-head p,
.section.fund-results-v41 .fund-results-grid p {
  color: #95a5bf;
}

@media (max-width: 760px) {
  .section.fund-results-v41 .section-head h2 {
    overflow-wrap: anywhere;
  }
}
