*{
    box-sizing: border-box;
    margin: 10px auto;
}

body{
    display: flex;
    flex-wrap: wrap

}

div{
    width: 32%;
}

img{
    width: 90%;
}
p{
    line-height:25px;
    justify-content: center;
}
p:last-of-type{
    color: blue;
}