.careers-bg {
  background: url("../images/careers.webp");
  height: 40vh;
  overflow: visible;
}

.careers-bg > div {
  margin-bottom: -15%;
}

.paths-container > div {
  margin: 0;
}

@media screen and (max-width: 450px) {
  .career-path {
    display: none;
  }
}

@media screen and (orientation: landscape) and (max-width: 700px) {
  .careers-bg {
    height: 100%;
  }
}
