section .inner_container .list_wrap .list_content .wrap_right .right_inner .right_in_info .subtitle {
  font-size: 20px;
  line-height: 1.3;
  color: #0B80DB;
}

.job-postings ol, .job-postings ul {
  list-style-position: inside;
  padding-left: 10px;
}

.job-postings p {
  text-indent: initial !important;
}

.job-postings .subtitle {
  font-size: 20px;
  line-height: 1.3;
  color: #0B80DB;
  margin: 22px 0 !important;
}

.job-postings .right_inner h3 {
  margin: 20px 0;
}

.job-postings .position-overview {
  padding-bottom: 60px;
}

.job-postings .p-title-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.job-postings .p-title-list li {
  position: relative;
  width: calc(100% / 3.5) !important;
  font-size: 14px !important;
  margin-bottom: 10px  !important;
  padding-left: 18px;
  box-sizing: border-box;
  cursor: pointer;
}

.job-postings .p-title-list li::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
  width: 4px;
  height: 4px;
  background-color: #666666;
  border-radius: 50%;
}

.job-postings .p-title-list li:hover {
  color: #0B80DB !important;
}

.job-postings .p-title-list li:hover::before {
  background-color: #0B80DB;
}

.job-postings .position-item {
  padding: 36px 0 40px 0;
  border-top: 1px solid #E9EDF2;
}

@media screen and (max-width: 680px) {
  .job-postings .p-title-list li {
    width: 100% !important;
  }
}
<!--0.00019717216491699-->