.miembros {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}
.miembros_item {
  flex: 1 1 250px;
  justify-content: center;
  align-items: center;
}
.miembros_item p {
  text-align: center;
}
.btn_solicitar_container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5rem;
}
.btn_solicitar {
  background-color: black;
  padding: 1rem 1.35rem;
}
.btn_solicitar a {
  color: white;
}
