@media screen and (max-width:767px){

article.post{
display:flex;
flex-direction:column;
align-items: center;
}

}