.page-jobs > h1 {
  font-size: 32px;
  font-weight: bold;
  color: #333333;
  text-align: center;
  margin: 40px 0;
}
.page-jobs > h1:after {
  text-align: center;
  margin: 18px auto 0;
}
.page-jobs .inner-wrapper {
  position: relative;
  z-index: 2;
  width: 1200px;
  background: #ffffff;
  margin: auto;
  display: flex;
  box-shadow: 0 5px 34px 0 rgba(0, 0, 0, 0.07);
  margin-bottom: 40px;
}
.page-jobs .inner-wrapper .jobs-menu {
  box-sizing: border-box;
  width: 160px;
  flex-shrink: 0;
  flex-grow: 0;
  background: #fafafa;
  padding: 40px 0 0 30px;
  color: #999999;
}
.page-jobs .inner-wrapper .jobs-menu .title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
}
.page-jobs .inner-wrapper .jobs-menu a {
  display: block;
  line-height: 36px;
  font-size: 12px;
}
.page-jobs .inner-wrapper .jobs-menu a.selected {
  color: #333333;
  font-weight: bold;
}
.page-jobs .inner-wrapper .job-info {
  padding: 40px;
}
.page-jobs .inner-wrapper .job-info .job-info-title {
  font-size: 16px;
  font-weight: bold;
  color: #999999;
}
.page-jobs .inner-wrapper .job-info .job-title {
  font-size: 28px;
  font-weight: bold;
  color: #333333;
}
.page-jobs .inner-wrapper .job-info .job-title .with-color-tag:after {
  margin-top: 20px;
}
.page-jobs .inner-wrapper .job-info .job-content {
  padding: 18px 0 0 0;
}
.page-jobs .inner-wrapper .job-info .job-content p {
  margin: 0 0 10px 0;
  color: #999999;
  font-size: 12px;
}
.page-jobs .inner-wrapper .job-info .job-content h2 {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  margin: 22px 0 8px 0;
}
.page-jobs .inner-wrapper .job-info .job-content img {
  max-width: 100%;
  max-height: 664px;
}
.page-jobs .inner-wrapper .job-info .contact-us {
  width: 148px;
  height: 40px;
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
  background: linear-gradient(to left bottom, #4fccff, #2181fe);
  border: none;
  border-radius: 2px;
  outline: none;
  margin-top: 30px;
  text-align: center;
  line-height: 40px;
  display: block;
  cursor: pointer;
}
.page-jobs .inner-wrapper .job-info .contact-us:hover {
  opacity: 0.8;
}
