section.jobs > .container > p.desc {
  text-align: center;
}

section.jobs h1.title {
  margin: 2em 0;
}

section.jobs .job-list {
  margin-top: 50px;
}

@media (max-width: 769px) {
  section.jobs .job-list {
    margin-top: 10px;
  }
}

section.jobs .job-list .row > div {
  padding: 0 50px;
  margin: 50px 0;
}

@media (max-width: 769px) {
  section.jobs .job-list .row > div {
    padding: 0 10px;
    margin: 10px 0;
  }
}

section.jobs .job-list .job-item {
  padding: 10%;
  background: white;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}

@media (max-width: 769px) {
  section.jobs .job-list .job-item {
    padding: 5%;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }
}

@media (max-width: 769px) {
  section.jobs .job-list .job-item .header .title {
    text-align: center;
  }
}

section.jobs .job-list .job-item .header .title span {
  font-size: 14px;
  padding: 0 5px;
  color: grey;
  text-transform: uppercase;
}

@media (max-width: 769px) {
  section.jobs .job-list .job-item .header .title span {
    font-size: 10px;
    display: inline-block;
    width: 100%;
    margin: 5px 0;
    font-weight: 400;
  }
}

section.jobs .job-list .job-item .body {
  margin-top: 20px;
}

section.jobs .job-list .job-item .body .ex-text-container {
  margin-top: 50px;
}

section.jobs .job-list .job-item .body .ex-text-container:first-child {
  margin-top: 0;
}

