.expert
{
display: table;
width: 98%;
margin: 10px auto;
background: #4b7ebf;
border-radius: 10px;
}

.expert1
{
display: table-cell;
width: 25%;
vertical-align: middle;
padding: 10px;
}

.expert1 img
{
width:100%;
border: 2px solid #fff;
}


.expert2
{
display: table-cell;
vertical-align: middle;
padding: 10px;
color:#fff;
font: 17px Roboto;
line-height: 20px;
}

.expert2 h2
{
font: 16px Roboto;
}

.expert2 h2 b
{
font:bold 18px Roboto;
}

.expertphone
{
text-align: right;
}

.expertphone a
{
margin: 0 0 0 50px;
color:#fff;
font: 20px Roboto;
text-decoration: none;
}