.comment {
  font-size: 50px;
  display: flex;
  justify-content: center;
}
.comment p {
  text-align: center;
  padding: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}
.comment .comment-right {
  padding: 5px;
  font-size: 25px;
  float: right;
  color: #b59276;
}
.comment .comment-right::after {
  content: "";
  clear: both;
}
.comment .comment-left {
  padding: 0px 5px 5px 5px;
  color: #b59276;
  font-size: 25px;
  float: left;
  margin-top: -20px;
}
.comment .comment-left::after {
  content: "";
  clear: both;
}

.cardComment {
  width: 500px;
}

.cardComment-header {
  padding-top: 10px;
  max-height: 100px;
  box-sizing: border-box;
  background-color: #edeeef;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.comment .cardComment p {
  font-size: 1rem;
  color: #4b5159;
}

.comment .cardComment h3 {
  text-align: right;
  font-size: 1.1rem;
  font-weight: 700;
}
.comment .cardComment h4 {
  font-size: 1.1rem;
  font-weight: 700;
}
.cardComment-header .content {
  text-align: right !important;
  width: 50%;
  padding-right: 5px;
}
.cuser {
  width: 20%;
  padding-right: 5px;
  text-align: right;
}
.steart {
  display: flex;
  width: 30%;
}
.user {
  font-size: 60px;
  text-align: right;
}

.start {
  padding: 5px;
  font-size: 1rem;
  color: #f7bf07;
  margin: 0;
}

@media (max-width: 600.96px) {
  .comment p {
    font-size: 16px;
    font-weight: 500;
  }
}

@media (max-width: 450.96px) {
  .start {
    padding: 1px;
    font-size: 1rem;
  }
  .user {
    font-size: 60px;
  }
  .comment .cardComment p {
    font-size: 1rem;
  }

  .comment .cardComment h3 {
    font-size: 0.8rem;
  }
  .comment .cardComment h4 {
    font-size: 0.7rem;
  }
  .comment p {
    line-height: 18px;
  }
}
