section h1 {
  margin-bottom: 20px;
  color: #155172;
  font-weight: 400;
}
section .equipo-img {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
section .equipo-cargo {
  color: #C45105;
}
section .equipo-footer {
  margin-top: 2rem;
}

@media (min-width: 1024px) {
  section h1 {
    font-size: 52px;
    line-height: 64px;
  }
}
@media (max-width: 1023px) {
  section h1 {
    font-size: 48px;
    line-height: 52px;
  }
}/*# sourceMappingURL=equipo.css.map */