/*--------------------------------------



--------------------------------------*/
.contentBox {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  margin: 0 0 45px;
}

.contentInnerText {
  margin: 0 0 10px;
}

.contentImg {
  display: block;
  margin: 0 auto 30px;
  max-width: 335px;
}

.messageName {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.messageName span {
  font-size: calc(1.455rem + 1.845vw);
  margin: 0 0 0 30px;
}
@media (min-width: 1000px) {
  .messageName span {
    font-size: 3.3rem;
  }
}
@media print, screen and (min-width: 960px) {
  .contentBox {
    display: block;
    margin: 0 0 45px;
  }
  .contentInnerText {
    width: 54.5454545455%;
  }
  .contentInnerText:last-of-type {
    width: 100%;
    margin: 0;
  }
  .contentImg {
    position: absolute;
    width: 38.0681818182%;
    right: 0;
    top: 0;
  }
}

/*# sourceMappingURL=message.css.map*/