

.article-pic img{
 width: 100%;
}

.flex{
 display: flex;
 flex-flow: wrap;
 justify-content: space-around;
}

.center-text{
 margin: 40px auto;
 width: 300px;
}

