.careers-header {
  font-weight: 400;
  line-height: 1.33333333;
}
.company-value {
  font-weight: 900;
}
.value-detail {
  font-weight: 400;
  line-height: 1.5em;
}
#our_story {
  background: url('/assets/marketing/images/careers/story_background.jpg') 50% / cover;
  width: 100%;
  background-position: center;
}
.story-text,
.perk-caption,
.investors-subtitle,
.quote-attribution {
  font-weight: 400;
}
.collage {
  height: auto;
  max-width: 100%;
}
.perk-container {
  display: inline-block;
  margin-top: 20px;
  vertical-align: top;
  width: 250px;
}
.perk-image-wrapper {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 200px;
}
.investor-wrapper {
  align-items: center;
  display: inline-flex;
  height: 100px;
  justify-content: center;
  width: 250px;
}
#investors img {
  margin: 50px 25px;
}
.news-quote {
  border: none;
  color: #21ce99;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  #investors img {
    margin: 100px 40px;
  }
  .news-quote {
    font-size: 30px;
  }
}
