.comments {
  margin-bottom: 3rem;
}
.comments__title {
  font-weight: 700;
  font-size: 1.53333rem;
  color: hsl(203deg, 31%, 23%);
  margin-bottom: 1.5em;
}

.comment {
  font-size: 0.9333rem;
  font-weight: 100;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid hsl(0deg, 0%, 94%);
}
.comment__user {
  overflow: auto;
  margin-bottom: 1rem;
}
.comment__name {
  font-weight: 800;
}
.comment__moderator {
  color: var(--pg-color-main);
}
.comment__user_image {
  width: 90px;
  height: 90px;
  overflow: hidden;
  float: left;
  margin-right: 2rem;
  text-align: center;
}
.comment__user_image--user {
  border-radius: 50%;
}