.hero-inner .row > div {
  max-width: 828px;
}

.job-header {
  margin-bottom: 6rem;
}

.job-item-wrap {
  padding: 2rem 0;
  margin-left: 0;
  margin-right: 0;
  border-bottom: 1px solid #87837f;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.job-item-wrap.first {
  border-top: 1px solid #87837f;
}

.job-item-wrap .job-item-number {
  padding-left: 0;
}

.job-item-wrap .job-item-title a {
  text-decoration: underline;
}

.job-item-wrap .job-item-title a:hover {
  color: #b6b3b1;
}

@media (max-width: 1199.98px) {
  .hero-inner .row > div {
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {
  .job-header {
    margin-bottom: 2rem;
  }
  .g-0 > div {
    margin-bottom: 0.5rem;
  }
}
/*# sourceMappingURL=page.css.map */