#careerBox {
  border: 2px solid #F26518;
  margin: 0px auto;
}

#careerBox > h1 {
  font-size: 18px;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  height: 32px;
  padding-top: 8px;
  background: linear-gradient(135deg, #F4731B 25%, #F05715 75%);
  margin: 0px;
}

#careerContent {
  padding: 10px;
  text-align: justify;
}

#careerContent > h2 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 30px 0px 30px;
}
