.sidebar {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 40px 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.sidebar__title {
  color: #202020;
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
}
.sidebar__list {
  margin-top: 20px;
}
.sidebar__item {
  list-style: none;
}
.sidebar__item:hover {
  font-weight: 700;
}
.sidebar__item:not(:first-child) {
  border-top: 1px solid #dfdfdf;
}
.sidebar__item a {
  align-items: center;
  color: #202020;
  display: flex;
  font-size: 15px;
  height: 40px;
  width: 100%;
}
