/* Scoped correction for the main careers board's legacy stepped-card layout. */
#openings .ttg-careers-growth > header {
  margin-bottom: 32px;
}
#openings .ttg-careers-growth__steps {
  padding-top: 0;
}
#openings .ttg-careers-growth__steps::before,
#openings .ttg-careers-growth__steps > li::before {
  display: none;
  content: none;
}
#openings .ttg-careers-growth__steps > li:nth-child(n) {
  transform: none;
}
@media (max-width: 640px) {
  #openings .ttg-careers-growth > header {
    margin-bottom: 24px;
  }
}
