.lawyers-wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
  
  flex-wrap: wrap;
}
.lawyers-wrapper a {
  text-decoration: none !important;
}
.lawyers-wrapper .lawyers-item {
  margin-right: 48px;
  margin-bottom: 48px;
  flex: 0 0 calc(50% - 48px);
  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: 48px 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.field {
  font-size: 16px;
  margin-top: 16px;
  height: 112px;
  display: block;
  overflow: hidden;
}
.lawyers-wrapper .lawyers-item .lawyers-item-info .lawyers-item-more {
  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 */
