.comment-bg-img {
  position: relative;
  top: -5px;
  width: 250px;
}

@media (min-width: 1024px) {
  .comment-bg-img {
    top: -0px;
    width: 550px;
  }
}
.comment-user span {
  font-size: 18px;
  font-weight: 700;
}
.comment-user p {
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  padding-inline: 20px;
}
.reaction {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 30px;
  margin-top: 20px;
}
.comment-section {
  padding: 50px 40px;
}
.comment-user {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-bottom: 2px solid #e5e5e5;
  padding-bottom: 40px;
}
.reply-ravin-comment {
  background-color: #f5f5f5;
  padding: 24px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.author-ravin span {
  padding-inline: 20px;
}
.like-comment {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 10px;
  color: #737373;
}
.like-comment span {
  font-size: 18px;
  font-weight: 400;
  height: 20px;
}
