Hi,
for example you can have a small improvement by adding following CSS rules:
/* Title Style */
.jsn-l-title h3{
font-weight:bold;
font-size:16px;
font-family:Open Sans;
}
/* Fields Style */
.jsn-l-fields{
color:#777;
font-family:
}
.type_of_service{
font-weight:bold;
margin-bottom:4px;
color:black;
}
/* Over Effect on Avatars */
.jsn-l-avatar{
overflow:hidden;
border-radius:5px;
border:2px solid #337ab7;
}
.jsn-l-avatar img {
border-radius:0px;
transition: transform .2s; /* Animation */
}
.jsn-l-avatar img:hover{
transform: scale(1.2) rotate(15deg); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
Of course if you have some idea then we can help you to fit your needs