#careers-title .fh5co-heading {
  margin-bottom: 0;
}
#careers-title .fh5co-heading h2 {
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 700;
  text-transform: uppercase;
  color: #1d72bb;
  padding-bottom: 5px;
  margin-bottom: 5px;
  position: relative;
}
#careers-title .fh5co-heading h2:after {
  width: 0;
  height: 0;
  bottom: 0;
  left: 0;
  margin-left: 0;
  background: none;
}
#careers-title {
  clear: both;
  padding: 1em 0;
  margin-bottom: 1em;
  background: #CBCFD3;

}
@media screen and (max-width: 768px) {
  #careers-title {
    padding: 1em 0;
  }
  #careers-title .fh5co-heading h2 {
    font-size: .9em;
    padding-bottom: 3px;
    margin-bottom: 3px;
  }
  #careers .fh5co-copy-inner h2 {
    font-size: 1em;
  }
}

