Center Team Section

ONLY in the mobile version can i center the images of the team icon?
see attachment

Hello,

Please add the following code :

@media only screen and (max-width: 767px){
	#team .widget_illdy_person {
	    margin-left: 0 !important;
	}
}

Thanks,
George.