.message-box {
  display: flex;
  width: 1200px;
  margin: 100px auto;
  margin-bottom: 150px;
  max-width: 90%;
}
.message-box .left {
  width: 70%;
  color: #2e67c2;
  padding-right: 5%;
}
.message-box .left h2 {
  font-size: 25px;
  line-height: 150%;
  margin: 50px 0;
}
.message-box .left h3 {
  font-size: 20px;
  line-height: 150%;
  margin: 50px 0;
  margin-bottom: 30px;
}
.message-box .left p {
  line-height: 200%;
}
.message-box .left .name {
  line-height: 150%;
  font-weight: 800;
  text-align: right;
  margin-top: 30px;
}
.message-box .right {
  width: 30%;
}

.company-box {
  border-top: solid 1px #2e67c2;
  width: 1200px;
  padding: 150px 0;
  margin: 0px auto;
  max-width: 90%;
  color: #2e67c2;
  line-height: 200%;
}
.company-box h2 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 50px;
}
.company-box .table {
  background: white;
  padding: 50px 5%;
}
.company-box table {
  width: 100%;
  line-height: 150%;
}
.company-box table th {
  width: 30%;
  text-align: left;
  font-weight: 800;
}
.company-box table th,
.company-box table td {
  padding-bottom: 30px;
  line-height: 200%;
}

@media (max-width: 700px) {
  .message-box {
    flex-direction: column;
    margin-bottom: 100px;
  }
  .message-box .left {
    width: 100%;
  }
  .message-box .right {
    width: 60%;
    max-width: 250px;
    margin-top: 40px;
    margin-left: auto;
  }
  .company-box {
    padding-top: 100px;
  }
}/*# sourceMappingURL=message.css.map */