.ere_widget_top_agents{
	.agent-item{
		margin-bottom: 40px;
	}
  .agent-item:last-child{
	margin-bottom: 0;
  }
	.agent-avatar{
		float: left;
		width: 70px;
		height: 75px;
	    overflow: hidden;
		img{
			width: 70px;
			height: auto;
		}
		+ .agent-info{
			margin-left: 77px;
		}
	}
	.agent-info{
		h4{
			font-size: 18px;
			font-weight: 500;
			margin-bottom: 5px;
			a{
				color: #222;
				&:hover{
					color: #fb6a19;
				}
			}
		}
		.agent-position{
			font-weight: 400;
			color: #8f8f8f;
		}
		.total-properties{
			font-size: 12px;
			font-weight: 400;
			margin-top: 7px;
		    display: inline-block;
		}
	}
}