.section-sustentabilidad {
  background-image: url(../images/sustentabilidad/bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-sustentabilidad h3 {
  font-weight: 900;
  color: #000;
  font-size: 2rem;
}
.section-sustentabilidad p {
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  color: #000;
}
.section-sustentabilidad p.destacado {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.2rem;
}
@media (min-width: 425px) {
  .section-sustentabilidad h3 {
    font-size: 3rem;
  }
  .section-sustentabilidad p {
    font-size: 1rem;
  }
  .section-sustentabilidad p.destacado {
    font-size: 1.5rem;
  }
}