section {
  width: 100%;
}
.estru-content {
  width: 80%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
.estru-content img {
    width: 54rem;
    height: 50rem;
}
.organog {
  align-items: center;
}
section ul {
  list-style-type: disc;
  margin: 0.5rem 0 1rem 0;
}


.lists {
    display:flex;
    flex-wrap: wrap;
    gap: 20rem;
}
.lists h4 {
    margin: 1rem 0 0.5rem 0;
}