@media only screen and (min-width: 770px) {
  .job-wrap {
    display: flex;
    padding:  40px 20px;
    margin-top: 70px;
  }
  .job-left {
    flex: 1;
    min-width: 50%;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
  }
  .job-right {
    flex: 1;
    padding-left:10px;
  }
  .job-text {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
  }
  .job-img {
    margin-top: 40px;
    padding-bottom: 62.5%; 
    position: relative; 
    width: 100%;
  }
  .job-lab {
    color: #858687;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .job-in {
    border: 1px solid #858687;
    line-height: 34px;
    width: 200px;
    background-color: #f0f1f2;
    line-height: 34px;
  }
  .from-job {
    padding-bottom: 20px;
  }
  .big-lab {
    width: 300px;
  }
  .send {
    background-color: #31843b;
    color: #fff;
    padding: 8px 10px;
    cursor: pointer;
    outline-style: none;
    width: 70px;
    text-align: center;
    box-sizing: border-box;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .from-job {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 770px) {
  .job-wrap {
    padding:  0px 20px;
    margin-top: 50px;
  }
  .job-left {
    font-size: 20px;
    font-weight: 700;
    padding: 20px 0px;
    line-height: 1;
  }
  .job-right {
    
  }
  .job-text {
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 20px;
  }
  .job-img {
    padding-bottom: 62.5%; 
    position: relative; 
    width: 100%;
  }
  .from-job {
    padding-bottom: 15px;
  }


  .job-lab {
    color: #858687;
    margin-top: 15px;
    margin-bottom: 5px;
  }
  .job-in {
    border: 1px solid #858687;
    line-height: 34px;
    width: 100%;
    background-color: #f0f1f2;
    line-height: 34px;
  }
  .big-lab {
    width: 100%;
  }
  .send {
    background-color: #31843b;
    color: #fff;
    padding: 8px 10px;
    cursor: pointer;
    width: 70px;
    text-align: center;
    box-sizing: border-box;
    margin-top: 15px;
    margin-bottom: 5px;
  }
  .from-job {
    margin-top: 20px;
  }
}