table {
  font-size: 0.85rem;
}
@media (min-width: 1200px) {
  table {
    font-size: 1rem;
  }
}
table th {
  width: 45%;
  padding-bottom: 0.5rem;
}
@media (min-width: 1200px) {
  table th {
    width: 30%;
  }
}
table td {
  width: 70%;
  padding-bottom: 0.5rem;
}

.message img {
  margin-bottom: 2rem;
  width: 100%;
}
.message .message_name {
  text-align: right;
  margin-top: 2rem;
}
.message .message_name p:nth-child(2) {
  font-size: 1.3rem;
  margin-top: 0rem;
}/*# sourceMappingURL=company.css.map */