.top-heading._career-consulting:after {
  bottom: auto; 
  background-image: url('/sites/default/files/static/images/guidance/bg_guidance-career_consulting_heading.jpg');
}
@media screen and (max-width: 519px) {
  .top-heading._career-consulting:after {
    right: 0;
    top: 0;
    height: 120px;
    width: 100%;
    background-position: 50% 0; 
    background-size: cover;
  }
  .top-heading._career-consulting .top-heading_inner {
    padding-bottom: 30px; 
    padding-top: 140px;
  }
}
@media print, screen and (min-width: 520px) {
  .top-heading._career-consulting:after {
    right: 0; 
    top: 66px;
    height: 264px;
    width: 634px;
  }
  .top-heading._career-consulting .top-heading_inner {
    height: 298px;
    padding-top: 56px; 
    justify-content: flex-start;
  }
  .note_item._pc-center {
    text-align: center;
  }
}
