.p-message-photo {
  overflow: hidden;
}
@media only screen and (max-width: 740px) {
  .p-message-photo {
    border-radius: 20px 0 20px 0;
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-message-photo {
    border-radius: 40px 0 40px 0;
    margin-bottom: 3.5714285714vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-message-photo {
    margin-bottom: 50px;
  }
}

.p-message-txt > * {
  margin-top: 2em;
}

.p-message-name {
  text-align: right;
  margin-top: 3em;
}
@media only screen and (max-width: 740px) {
  .p-message-name dd {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-message-name dd {
    font-size: 1.4285714286vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-message-name dd {
    font-size: 20px;
    font-size: 2rem;
  }
}