.tabs1--li .tabs1--link .tab-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  width: 26px;
  height: 26px;
  min-height: 26px;
}
.tabs1--li .tabs1--link .tab-icon picture {
  width: 26px;
  height: 26px;
}
.tabs1--li.active .tabs1--link {
  color: white;
}
.tabs1--li.active .tabs1--link .tab-icon {
  filter: brightness(0) invert(1);
}
