.experts_top_text {
   clear: both;
   /*margin: 30px 0 0;*/
   text-align: center;
   padding: 50px 50px 0;
}
#experts {
	margin-top: 20px;
}

.expert {
   margin-bottom: 30px;
   width: auto;
   text-align: center;
}

.expert li {
   /*float: left;*/
   display: inline-block;
   vertical-align: top;
   width: 283px;
   padding: 10px;
/*   background: #e7e4df;
   border: #eee 3px solid;
   box-shadow: 0px 1px 5px 1px #666;*/
   color: #222;
}

.expert li:nth-of-type(2) {
   margin: 0px 15px;
}

.expert li h2 {
   font-family: 'Oswald', sans-serif;
   font-size: 24px;
   font-weight: normal;
   text-transform: uppercase;
   text-align: center;
   letter-spacing: 1.1px;
   color: #222;
   text-shadow: 1px 1px #999;
   margin-bottom: 5px;
}

.expert li p {
   line-height: 18px;
   margin-top: 10px;
   padding: 0px 10px;
   text-align: center;
}

.expert li .name, .expert li .company {
	display: block;
/*	font-style: italic;*/
	font-weight: bold;
	font-size: 12px;
	text-align: center;
   color: #1982d1;
}

.expert li img {
   width: 180px;
   height: 200px;
   border-radius: 5px;
   border: #eee 2px solid;
   margin: 0px auto 10px auto;
/*    padding: 5px; */
   display: block;
   box-shadow: 0px 1px 10px 1px #666;
}

img.insurance_type_icon {
   margin-bottom: -7px;
}