.agent_pages .item_list .count {
  font-size: 18px;
  line-height: 22px;
}
.agent_pages .item_list .item {
  float: left;
  width: 25%;
  min-height: 185px;
  margin-right: 8%;
  display: block;
}
.agent_pages .item_list .item .image {
  height: 64px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border-bottom: 1px solid #f7f7f7;
  margin-bottom: 14px;
  margin-top: 14px;
}
.agent_pages .item_list .item .name {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 22px;
}
.agent_pages .agents_list {
  clear: both;
}
.agent_pages .agents_list .agent .photo {
  height: 130px;
}
.agent_pages .agent_detail {
  clear: both;
}
.agent_pages .agent_detail .photo {
  height: 130px;
  width: 100px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  float: left;
}
.agent_pages .agent_detail .name {
  font-size: 22px;
  line-height: 26px;
}
.agent_pages .agent_detail .branch {
  font-size: 15px;
  line-height: 22px;
}
.agent_pages .entity_listings {
  clear: both;
  padding-top: 60px;
}

/*# sourceMappingURL=agents.css.map */
