#docs5 .contenedor{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#docs5 article {
    margin: 15px;
}

#docs5 img {
    width: 100%;
    max-width: 250px;
    border-radius: 10%;
}