.lawyers-wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.lawyers-wrapper a {
  text-decoration: none !important;
}
.lawyers-wrapper .lawyers-item {
  border: 1px solid #eee;
  margin-right: 0px;
  margin-bottom: 48px;
  flex: 0 0 calc(100% - 2px);
  display: flex;
  height: 360px;
  background: #fff url(../images/lawyers-item-bg.png) no-repeat bottom center / cover;
  overflow: hidden;
  position: relative;
  box-shadow: 5px 0 57px rgb(0 0 0%);
  color: inherit !important;
  cursor: pointer;
}
.lawyers-wrapper .lawyers-item:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.lawyers-wrapper .lawyers-item:hover:after {
  opacity: 1;
  right: 0;
  bottom: 0;
}
.lawyers-wrapper .lawyers-item:after {
  content: '';
  position: absolute;
  right: -99px;
  bottom: -99px;
  transition: all 300ms;
  width: 83px;
  height: 77px;
  background-image: url("../images/lawyers-item-angle.png");
  opacity: 0;
}
.lawyers-wrapper .lawyers-item .lawyers-item-avatar {
  width: 260px;
  overflow: hidden;
}
.lawyers-wrapper .lawyers-item .lawyers-item-avatar img {
  display: block;
  width: 100%;
  height: 100%;
}
.lawyers-wrapper .lawyers-item .lawyers-item-info {
  flex: 1;
  padding: 0px 32px 24px 32px;
  position: relative;
}
.lawyers-wrapper .lawyers-item .lawyers-item-info p {
  font-size: 24px;
}
.lawyers-wrapper .lawyers-item .lawyers-item-info span.role {
  font-size: 18px;
  margin-top: 8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}

.lawyers-wrapper .lawyers-item .lawyers-item-info span.textfield {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: pre-line;
  color: #555;
  line-height: 1.5;
  font-size: 14px;
  margin-top: 0px;
  height: 32%;
}

.lawyers-wrapper .lawyers-item .lawyers-item-info span.field {
  white-space: pre-line;
  color: #20a7f6;
  line-height: 1.5;
  font-size: 16px;
  margin-top: 0px;
  height: 17%;
  display: block;
  overflow: hidden;
}


.lawyers-wrapper .lawyers-item .lawyers-item-info .lawyers-item-more {
  line-height: 32px;
  display: flex;
  padding-top: 50px;
  position: relative;
  font-size: 20px;
  padding-right: 48px;
  float: left;
}
.lawyers-wrapper .lawyers-item .lawyers-item-info .lawyers-item-more:hover:after {
  right: -16px;
}
.lawyers-wrapper .lawyers-item .lawyers-item-info .lawyers-item-more:after {
  content: '';
  background: url(../images/arrow.png) right bottom no-repeat;
  background-size: cover;
  width: 40px;
  height: 14px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 300ms;
}
/*# sourceMappingURL=lawyers.css.map */
