.career-list__wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.career-list__title {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.career-list__title h2 {
  color: #507A58;
  font-size: 26px;
}

@media (min-width: 600px) {
  .career-list__title h2 {
    font-size: 38px;
  }
}

.career-list__header {
  display: none;
}

@media (min-width: 600px) {
  .career-list__header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 1rem;
  }
}

.career-list__header p {
  color: #B9B9B9;
  font-size: 15px;
  text-transform: uppercase;
}

.career-list__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

.career-list__row:not(:last-of-type) {
  border-bottom: 1px dotted #B9B9B9;
}

.career-list__row h3 {
  color: #B3AA7F;
  font-size: 24px;
  margin-bottom: .5rem;
}

@media (min-width: 900px) {
  .career-list__row h3 {
    color: black;
    font-size: 32px;
    margin-bottom: 0;
  }
}

.career-list__row p {
  margin-bottom: .5rem;
}

@media (min-width: 900px) {
  .career-list__row p {
    margin-bottom: 0;
  }
}

.career-list__cell {
  width: 100%;
}

@media (min-width: 600px) {
  .career-list__cell {
    width: 25%;
  }
}

.career-list__cell--is-icon {
  width: 20px;
  text-align: right;
}

@media (max-width: 599px) {
  .career-list__cell--is-icon {
    display: none;
  }
}
