.header__nav{
  background-color: blue;
  .header__nav-item::after{
    content:"";
    position: absolute;
    bottom:-4px;
    background-color: white;
    height: 0px;
    width: 10%;
    
  }
}
