@media (min-width: 992px) {
  .content-section {
    padding-top: 150px;
    padding-bottom: 100px;
  }
}

@media (min-width: 800px) {
  .about-us-picture {
    display: block !important;
  }
}

.about-us-picture {
  display: none;
}

@media (max-width: 600px) {
  .about-us-text {
    margin: 0px 10px !important;
  }
}

.about-us-text {
  margin: 0px 80px;
  text-align: left;
}

.apply-now-button:focus {
  color: #282d32;
  outline: 0;
  box-shadow: none;
}

.careers-row > div {
  padding-bottom: 20px;
}

.apply-now-container {
  text-align: center;
  position: absolute;
  bottom: 12px;
  width: 200px;
  margin-left: -100px;
  left: 50%;
}

:target:before {
  content: '';
  display: block;
  height: 70px;
  /*margin: -100px 0 0;*/
}

:target {
  margin: -70px 0 0;
}

.icon-box {
  margin-bottom: 20px;
}

