.careers-apply-form {
  padding: 0 23% 9rem;
}

.careers-apply-title {
  color: #535353;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
  margin-bottom: 3rem;
}

.row--careers-apply-2 > .column:first-child {
  padding-right: 1rem;
}
.row--careers-apply-2 > .column:last-child {
  padding-left: 1rem;
}

#error_explanation {
  margin-bottom: 2.75rem;
}
#error_explanation h2 {
  font-family: Karla, sans-serif;
  font-size: 1.1rem;
  margin-bottom: 1rem;
}
#error_explanation ul {
  list-style: none;
}
#error_explanation ul li {
  font-family: Karla, sans-serif;
  font-size: 1rem;
  padding: 0.25rem 0;
}

.row--careers-apply-success {
  padding: 2rem 25% 8rem;
}

.column--careers-apply-success {
  align-items: center;
}

.heading--careers-apply-success {
  font-size: 3.5rem;
  letter-spacing: 0.5rem;
  color: #1a1919;
  text-transform: none;
  margin-bottom: 2rem;
  text-align: center;
}

.text--careers-apply-success {
  font-size: 1.375rem;
  line-height: 1.36;
  letter-spacing: 0.15rem;
  margin-bottom: 4rem;
  white-space: pre-line;
  text-align: center;
}

.careers-apply-errors-more_info {
  font-size: 1.25rem;
  padding: 0.25rem 0;
  font-weight: bold;
  font-family: Karla, sans-serif;
  margin-bottom: 1rem;
}
.careers-apply-errors-more_info a {
  font-weight: bold;
}

@media only screen and (max-width: 720px) {
  .careers-apply-form {
    padding: 0 10% 9rem;
  }
  .row--careers-apply-2 {
    flex-direction: column;
  }
  .row--careers-apply-2 > .column:first-child {
    padding-right: 0;
  }
  .row--careers-apply-2 > .column:last-child {
    padding-left: 0;
  }
  .row--careers-apply-success {
    justify-content: center;
    align-items: center;
    padding: 2rem 10% 4rem 10%;
  }
  .heading--careers-apply-success {
    font-size: 2rem;
    text-align: center;
  }
  .text--careers-apply-success {
    text-align: center;
    font-size: 1.1rem;
    margin-bottom: 3rem;
  }
  .column--careers-apply-success {
    align-items: center;
  }
}