.sd-avatars {
  display: flex;
  align-items: center;
  height: 110px;
  background: rgba(249, 249, 249, 1);
  border-radius: 55px;
  padding: 0 48px;
}
.sd-avatars-img {
  width: 56px;
  height: 56px;
  margin-right: -16px;
  border-radius: 50%;
  vertical-align: bottom;
  border: 4px solid white;
}
.sd-avatars-contnet {
  flex: 1;
  text-align: right;
  font-size: 31px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 44px;
}
.sd-avatars-chevron-right {
  width: 40px;
  height: 40px;
  margin-left: 16px;
}
