#Cuentos_03 p {
    
    text-align: center;
     width: 100%;
    max-width: 280px;
    
}

#Cuentos_03 .contenedor {
    
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    
}

#Cuentos_03 article {
    
    margin: 15px;
    
}

#Cuentos_03 img {
    
    width: 100%;
    max-width: 280px;
    
}

@media (min-width:1024px) {
    
    #Cuentos_03 p  {
        max-width: 400px;
    }
    
    #Cuentos_03 img {
        max-width: 400px;
        
    }
    
}