#outro-docs {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-around;
  margin: 1rem auto; 
  max-width: 60%;

  & img {
    border: 1px solid #ccc;
    max-height: 180px;;
  }
}