.sc-two-line-title {
  font-weight: 700;
  line-height: 1.25;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  min-height: calc(2 * 1.25em);
  max-height: calc(2 * 1.25em);
  width: 100%;
}
