*{
    box-sizing: border-box;
}

body {
    background-color: burlywood;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

article{
    width: 31%;   
}

img{
    width: 100%;
}

h1{
    font-size: 1.1em;
}

p:first-of-type{
    color: darkslategray;
    text-align: justify;
}

p:last-of-type{
    color: blue;
    text-align: justify;
}