.msg-main {
  margin-bottom: 150px;
}

.msg-main__flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.msg-main__flex-left {
  width: 28%;
}

.msg-main__flex-right {
  width: 67%;
}
.msg-main__flex-right .f42 {
  font-weight: 500;
  margin-bottom: 40px;
}
.msg-main__flex-right .txt {
  margin-bottom: 40px;
}

.msg-main_name {
  font-weight: 500;
  text-align: right;
}

@media (max-width: 834px) {
  .msg-main {
    margin-bottom: 60px;
  }
  .msg-main__flex {
    display: block;
  }
  .msg-main__flex-left {
    width: 100%;
    margin-bottom: 30px;
  }
  .msg-main__flex-right {
    width: 100%;
  }
  .msg-main__flex-right .f42 {
    margin-bottom: 30px;
  }
}/*# sourceMappingURL=message.css.map */