.logo-text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
.img_wrap {
  width: 100%;
}
.text_wrap {
  width: 100%;
  margin: 0 0 0 10px;
}
.logo-form {
  margin-bottom: 15px;
  max-width: 120px;
}
.img_wrap img {
     max-width: 7rem;
    margin: 0 auto;
}
.phonesc {
  width: 40%;
  display: flex;
  margin: 0 auto;
}
@media (max-width: 450px) {
  .phonesc {
    width: 70%;
  }
}
.item-comment {
  margin: 10px;
}
.item-comment::after {
  content: "";
  border-bottom: 1px solid gray;
  width: 100%;
  display: block;
  padding-bottom: 10px;
}
.item-comment .avatar {
  margin-right: 15px;
  float: left;
  width: 50px;
  height: 50px;
}
.item-comment .comment-description .name {
  text-decoration: none;
  color: #666;
  font-weight: 600;
}
.item-comment .comment-description p {
  margin: 5px 0 0;
  padding: 0;
}
.comment-to-comment {
  margin-top: 14px;
  margin-left: 80px;
}
.item-comment .comment-description {
  float: none;
  padding-left: 70px;
}
.name {
  color: #000 !important;
}
.item-comment .avatar img {
  border-radius: 50%;
  width: 100%;
}
@media screen and (max-width: 576px) {
  .comment-description p {
    line-height: normal !important;
  }
  .comment-to-comment {
    margin-left: 20px !important;
  }
}
