.underlayer:not(.career-item) {
  display: none;
}

.main-bg:before {
  background-position: center center !important;
  background-image: url("../images/career/returnee/main.jpg") !important;
}
@media (min-width: 769px) {
  .main-bg:before {
    background-position: center 40% !important;
  }
}

.career-returnee:last-child {
  margin-bottom: 0;
}

.pdf_download td {
  text-align: left;
  padding: 15px;
}

.pdf_download tr td:first-child {
  vertical-align: text-top;
}