#page-header-about {
  height: 450px;
  background: 
    linear-gradient(
      rgba(44,80,143, 0.7),
      rgba(44,80,143, 0.7)
    ), url('../../img/car05.png') no-repeat;
  /* background-position: 0 -360px; */
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
  border-bottom: 1px #eee solid;
  padding-top: 100px;
}

#page-header-services {
  height: 450px;
  background: 
    linear-gradient(
      rgba(44,80,143, 0.7),
      rgba(44,80,143, 0.7)
    ), url('../../img/servicos/limpeza_empresarial.jpg') no-repeat;
  /* background-position: 0 -360px; */
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
  border-bottom: 1px #eee solid;
  padding-top: 100px;
}

#page-header-contact {
  height: 450px;
  background: 
    linear-gradient(
      rgba(44,80,143, 0.7),
      rgba(44,80,143, 0.7)
    ), url('../../img/car04.png') no-repeat;
  /* background-position: 0 -360px; */
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
  border-bottom: 1px #eee solid;
  padding-top: 100px;
}