#equipo {
  background: transparent url("hormigon-big.jpg") no-repeat center / cover;
  padding-top: 80px;
  padding-bottom: 80px;
}

#equipo h2.equipo-title {
  font-family: 'brutal_typebold';
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 60px;
  text-align: center;
}
#equipo h3 {
  font-family: 'brutal_typebold';
  font-size: 21px;
  text-transform: uppercase;
}
#equipo p {
  color: #555555;
}

#equipo .btn-naranja {
  margin-top: 50px;
}

@media all and (max-width: 991px) {
  #equipo {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #equipo h2.equipo-title {
    margin-bottom: 30px;
  }
  .col-md-4 {
    margin-bottom: 50px;
  }
  #equipo .btn-naranja {
    margin-top: 0;
  }
}
