
#comments h2 {
  color: #000;
  border-bottom: 0 solid;
  border-color: #000;
  text-transform: uppercase;
  margin-block: 30px !important;
  font-weight: 700;
  font-size: 22px;
}

#comments .item {
  text-align: left;
  padding: 10px;
  margin: 10px 0;
  min-height: 80px;
  border-bottom: 1px dashed #05519d;
}

#comments .item :last-child {
  border-bottom: none;
}

#comments .item .name {
  font-size: 18px;
  margin-bottom: 5px;
  display: block;
  font-weight: 700;
}

#comments .pg {
  font-size: 20px !important;
  line-height: 1.4 !important;
}

.name img {
  max-width: 60px;
  border-radius: 50%;
  margin: 0 10px 4px 0 !important;
}

#comments .item .name span {
  color: #000;
  font-size: 16px;
  padding-left: 8px;
  margin-left: 5px;
  border-left: 1px solid #000;
  display: none !important;
}

.name {
  display: flex !important;
  flex-direction: row;
  align-items: center;
}

.comment-img {
  max-width: 450px;
  width: 100%;
  margin-inline: auto;
  margin-top: 10px;
}
