/* ABOUT US SETTINGS	============================================ */

#aboutus {
  padding: 80px 0;
  position: relative;
  background: url('/landingpage/img/staffpacks_office.jpg');
  background-size: cover;
  background-attachment: fixed;
  z-index: 9;
}
#aboutus h3 {
  color: #FFF;
  font-size: 42px;
}
#aboutus a {
  -webkit-transition: all 0.0s ease-in-out;
  -moz-transition: all 0.0s ease-in-out;
  -o-transition: all 0.0s ease-in-out;
  transition: all 0.0s ease-in-out;
}
#aboutus .play-ico {
  max-width: 80px;
  margin-top: 30px;
}
#aboutus .play-ico:hover {
  opacity: 0.5;
}
#aboutus p {
    color: #ffffff;
    font-size: 22px;
}

#aboutus span.brand{
  font-weight: 800;
  color: #207dba;
}

#about .businesswoman {
    overflow: hidden;
}

@media screen and (max-width: 768px) {
#aboutus {
  padding: 60px 0;
}
}