.inner .message_in li {
  -js-display: flex;
  display: flex;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  margin-bottom: 50px;
}
.inner .message_in li .pic {
  width: 120px;
}
.inner .message_in li .txt {
  width: calc(100% - 150px);
}
@media screen and (max-width: 768px) {
  .inner .message_in li .txt {
    width: 100%;
    margin-left: 20px;
  }
}
.inner .message_in li .txt .name {
  font-weight: bold;
  margin-bottom: 10px;
}
.inner .message_in li .txt span {
  font-weight: bold;
}

.comment .txt_Box {
  margin-bottom: 40px;
}
.comment .txt_Box h4 {
  font-size: 18px;
  font-weight: bold;
  color: #ec2828;
  margin-bottom: 20px;
}
.comment .txt_Box ul {
  display: flex;
  flex-direction: column;
  gap: 8px 0;
}
.comment .txt_Box ul li {
  font-size: 16px;
}
.comment .txt_Box ul li .bullet {
  color: #ec2828;
  font-size: 12px;
}

.connect_img {
  text-align: center;
  margin: 20px auto 0;
  max-width: 200px;
}
@media screen and (max-width: 768px) {
  .connect_img {
    width: 40%;
  }
}/*# sourceMappingURL=mi_common.css.map */