.so-widget-staff { font-size:0; margin:-30px; }

.so-widget-staff .staff { display:inline-block; font-size:14px; padding:30px; text-align:center; vertical-align:top; width:20%; }

.so-widget-staff .staff .image { margin-bottom:9px; }
.so-widget-staff .staff .image img { width:180px; }

.so-widget-staff .staff .name { color:#023c78; font-size:18px; font-weight:700; }

.so-widget-staff .staff .title { font-style:italic; margin-top:6px; }

.so-widget-staff .staff .email { margin-top:9px; }

@media (max-width:1199px) {
	.so-widget-staff .staff { width:33.33%; }
}

@media (max-width:991px) {
	.so-widget-staff .staff { width:50%; }
}

@media (max-width:767px) {
	.so-widget-staff .staff { width:100%; }
}