.nav-item .finance-nav-icon {
  display: grid;
  width: 19px;
  height: 17px;
  place-items: center;
}

.finance-nav-icon svg {
  width: 19px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}
