@media (min-width: 769px) {
  .message-top {
    display: flex;
    gap: 5.4%;
  }
}
.message-top .photo {
  border-radius: 6px;
}
@media (min-width: 769px) {
  .message-top .photo {
    flex: 1;
  }
}
@media (min-width: 769px) {
  .message-top .text-area {
    padding-right: 2.3%;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
  }
}
.message-top .text {
  margin-top: 40px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .message-top .text {
    margin-top: clamp(10px, 2.9282576867vw, 40px);
    font-size: 30px;
    font-size: clamp(18px, 2.196193265vw, 30px);
    line-height: 1.66666667;
  }
}
.message-top .name {
  margin-top: 10px;
  text-align: right;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.625;
}
@media (min-width: 769px) {
  .message-top .name {
    margin-top: auto;
    text-align: left;
    font-size: 15px;
    line-height: 1.66666667;
    padding-top: 10px;
  }
}

.message {
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.625;
}
@media (min-width: 769px) {
  .message {
    margin-top: 60px;
    font-size: 15px;
    line-height: 2;
  }
}
/*# sourceMappingURL=map/about.css.map */