.info{
    display: flex;
    flex-direction: row;
}
.infoLeft{
        border-right: 1px solid var(--blue);

}
 .info_cont{
    display: flex;
    flex-direction: column;
    gap: .5rem;
    flex:1;
    padding:.75rem;

 }


.infoRight div{
    
}


.info_section{
    display: flex;
    justify-content: space-between;
}

.info_nb{
    color: var(--red);
}