.mobile-menu > ul > li:nth-child(2){
    border-radius: 50%;
    margin-top: -30px;
    background-color: var(--action-tertiary);
    box-shadow: 0 10px 2px black;
    border: 2px dotted black;
    z-index: 9999;
  }
  .mobile-menu > ul > li:nth-child(2):hover{
    margin-top: 0px;
    border-radius: 0%;
  }
  .bottom-details .bottom_text {
    justify-content: left;
  }