.taxdetailsbox{
    display: flex;
    justify-content:flex-start;
    flex-direction: row;
    .taxrightbox{
      width: 340px;
      position: absolute;
      right: 30px; 
      top: 79px;
      bottom: 50px;
      min-height: 300px;
      .taxdesc{  
        height: calc(100vh - 323px);
        min-height: 105px;
        overflow:auto
      }
    }
  }