.blogContent .attachment {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px  0;
}

.blogContent .attachment img {
    padding: 10px  0;
}