.job-img-box {
    width: 100%;
    position: relative;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .job-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    position: relative;
    z-index: 2;
  }

  .job-img-name {
    width: 1200px;
    position: absolute;
    z-index: 3;
    margin: 0 auto;
  }

  .job-img-name-title {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
  }

  .job-img-name-value {
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    margin-top: 20px;
  }