.head {
    width: 95%;
    height: 60px;
    background-color: #fff;
    padding: 0 20px;
    margin: 20px 0px 20px 25px;
    box-sizing: border-box;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .dropdown-item i{
    margin-right: 5px;
  }