Round Team Icon

How can i avoid to have round corner in images?
see attchment

You should try this CSS code, it should work like a charm:

#team .section-content .person .person-image img {
    border-radius: 0;
}

Regards