.section-distribucion,
.section-rrhh {
  background-image: url(../images/fondo-footer.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-distribucion h3,
.section-rrhh h3 {
  font-weight: 900;
  color: #000;
  font-size: 2rem;
}
.section-distribucion p,
.section-rrhh p {
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  color: #000;
  margin-top: 3rem;
}
@media (min-width: 425px) {
  .section-distribucion h3,
  .section-rrhh h3 {
    font-size: 3rem;
  }
  .section-distribucion p,
  .section-rrhh p {
    font-size: 2rem;
  }
}