.comment {
  border: 1px solid #0000001A;
  border-radius: 26px;
  margin-bottom: 4px;
  overflow: hidden
}

.comment__body {
  color: #333;
  font: 500 18px/1 "Mercury Text G1",serif;
  padding: 18px;

  :first-child {
    margin-top: 0;
  }

  :last-child {
    margin-bottom: 0;
  }
}