*{
   box-sizing: border-box;
}
body{
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between; 
}
article{
   width: 32%;
}
img{
   width: 100%;
}
h1{
   font-size: 1.5em;
   color: rgb(68, 68, 68);
}
p:first-of-type{
   text-align: justify;
   color: rgb(83, 84, 85);
}
p:last-of-type{
   color: blue;
}