.wrapper {
  width: 100%;
  padding: 15px 0;
  .item {
    display: block;
    padding: 12px 0;
    .text {
      font-size: 16px;
      line-height: 19px;
      font-weight: 500;
      letter-spacing: -0.02em;
      color: var(--black);
    }
  }
  .active .text {
    font-weight: 700;
  }
}
