.popover_block
{
    border-radius: .5rem; 
     max-width: 24rem;
     width: max-content;
     z-index: 1000;
     color: black;
}
.popover_container 
{
    position: absolute;
    right: 2%;
    top: 28%;
}
.icon-popover
{
    color: #007999;
    width: 20px;
    height: 20px;
}