.job_list_con {
  padding: 64px;
  padding-top: 32px;
  background: url('./job_list.png') no-repeat center;
  background-size: cover;
  background-position: center;
  color: #000;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.hiring_tit {
  font-size: 64px;
  line-height: 64px;
  font-weight: 600;
  text-align: center;
}
.job_list_ul {
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
}
.job_list_item {
  text-align: center;
  width: 40%;
  font-size: 32px;
  line-height: 64px;
  background-color: #ffffffd2;
  padding: 16px;
  border-radius: 8px;
  a {
    color: #223547;
    font-weight: 500;
    &:hover {
      text-decoration: underline;
      color: #21be98;
    }
  }
  ul {
    padding: 16px 32px;
    font-size: 16px;
    text-align: left;
    color: #39393a;
    list-style-type: disc;
    li {
      list-style-type: disc;
      font-size: 16px;
      font-weight: 400;
      color: #39393a;
      line-height: 1.5;
      letter-spacing: 0px;
      font-style: normal;
    }
  }
}
.job_list_temp {
  height: 96px;
}
