.emoji{
  margin: 24px 5px 31px 5px;
  &.no-margin-bottom {
    margin-bottom: 0;
  }
  &.small{
    width: auto;
    height: 39px;
  }
  &.big{
    width: auto;
    height: 79px;
  }
}
.excerpt-content {
  .emoji {
    margin: 4px 5px 0 5px;
  }
}
.greeting-emoji {
  width: auto;
  height: 34px;
  display: inline-block;
  margin-left: 4px;
  margin-right: 4px;
}
