The line is here:

.sideBoxContent img {
border-bottom: 1px solid #b2b1b6;
}

Add this to center the image:

.sideBoxContent {
text-align: center;
}