.title {

  &.-stroke {
    display: flex;
    align-items: baseline;
    gap: var(--gut);

    &::after {
      content: "";
      flex: 1;
      height: 1px;
      background-color: currentColor;
    }
  }
}

