
.message-top__item{
  display: flex;
  align-items: flex-end;
}
.message-top__item+.message-top__item{
  margin-top: 1.5em;
}
.message-top__info{
  width: 10.625em;
}
.message-top__photo{
  line-height: 1.9;
}
.message-top__name{
  font-size: 1.1875rem;
  line-height: 1.9;
}

@media (max-width: 767px){
  .message__desc{
    line-height: 1.87;
  }
  .message-top__item+.message-top__item{
    margin-top: 1.3em;
  }
  .message-top__name{
    font-size: 1.0625rem;
    line-height: 2.03;
  }
}