.custom_nav {
  display: flex;  
  align-items: center;
  gap: 8px;
}
.custom_nav svg {
  flex: none;
}
.custom_nav__item * {
  margin: 0px;
  text-decoration: none;
  font-weight: 700;
  color: #1212128C;
}
.custom_nav__item:last-child {
  color: #000;
  font-weight: 700;
}