@layer specific {
  .history-tabs {
    align-items: flex-start;
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
    width: 100%;
    flex-direction: column;
  }

  .history-tabs__link {
    align-items: center;
    box-shadow: none;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    justify-content: center;
    padding: 12px 30px;
    border-left: 3px solid transparent;
    border-bottom: none;
  }

  .news-page-1 .history-tabs__link:nth-child(1),
  .news-page-2 .history-tabs__link:nth-child(2),
  .news-page-3 .history-tabs__link:nth-child(3) {
    color: #3eb0ef;
    border-color: #3eb0ef;
  }

  @media screen and (min-width: 960px) {
    .history-tabs {
      flex-direction: row;
      align-items: center;
    }

    .history-tabs__link {
      border-left: none;
      border-bottom: 3px solid transparent;
      font-size: 16px;
    }
  }

  .history-tabs__link-name {
    text-transform: uppercase;
  }
}
