#Cuentos_01 h3, h4 {
    
    text-align: center;
    
}

#Cuentos_01 .contenedor {
    
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    
}

#Cuentos_01 article {
    
    margin: 15px;
    
}

#Cuentos_01 img {
    
    width: 100%;
    max-width: 280px;
    
}