.card-avatar {
  display: flex;
  text-align: center;
}
.avatar {
}
.avatar-img {
  margin-bottom: 1.3rem;
  width: 57px;
  height: 57px;
  object-fit: cover;
  border-radius: 50%;
}
.avatar-name {
  font-weight: 500;
  font-size: 2rem;
  line-height: 157%;
  text-align: center;
  color: #000;
}
