/* Let the mentor heading use the full section width before the profile split. */
.mentor-heading {
  display: block;
}

.mentor-heading .section-heading-main {
  width: 100%;
  max-width: none;
  margin: 0;
  text-align: left;
}

.mentor-heading .section-label {
  justify-content: flex-start;
  margin-right: auto;
  margin-left: 0;
}

.mentor-heading h2 {
  max-width: none;
  margin-bottom: 0;
}

.mentor-heading-line {
  display: block;
  width: fit-content;
  white-space: nowrap;
}

.mentor-heading .section-heading-lead {
  width: min(100%, 760px);
  max-width: 760px;
  margin: clamp(28px, 3vw, 44px) 0 0 auto;
  text-align: left;
}

@media (max-width: 760px) {
  .mentor-heading-line {
    white-space: normal;
  }

  .mentor-heading .section-heading-lead {
    width: 100%;
    margin: 24px 0 0;
  }
}
