.content_voices-list {
  max-width: 100%;
  margin: 0 auto;
  padding: 16px;
}
.voice {
  display: flex;
  align-items: stretch;
  gap: 16px;
  margin-bottom: 24px;
}
.voice_user {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.voice_user img,
.voice_user svg {
  width: 80px;
  height: auto;
  object-fit: cover;
}
.voice_user-name {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
.voice_body {
  flex: 1;
  background-color: #f5f5f5;
  padding: 16px;
  border-radius: 12px;
}
.voice_text {
  line-height: 1.4;
  word-wrap: break-word;
}
.content_number-of-users {
  width: 480px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.taR {
  text-align: right;
}