#pecas-agricola span, #pecas-auto span {
  border-bottom: 3px solid #1264aa;
}
.header{
  position: relative;
  height: 100vh;
}
.automovel{
  background: url(../img/pecas/pecas-auto.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
.agricola{
  background: url(../img/pecas/pecas-nh.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
.header::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}


.footer{
  padding: 1rem;
}

/* media */
@media(max-width: 700px) {

  .header{
    position: relative;
    height: auto;
    min-height: 100vh;
  }
  .headline h2{
    font-size: .8rem;
  }


}
