.indic{
    display: flex;
    align-items: center;
    padding-top: 15px; 
    padding-right: 15px;
    padding-left: 15px;
}

.indic ul{
    display: inline-flex;
    list-style: none;
    height: 20px;
    width: 100%;
}
.indic ul li{
    color: #011B33;
    font-family: 'Roboto';
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal; 
    border-right: 4px solid #011B33;
    margin-right: 50px;
    padding-right: 50px;
}
.indic ul li svg{
    margin-right:10px ;
}
.indic ul li span{
    color: #011B33;
    text-align: center;
    font-family: 'Roboto';
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 12px; /* 75% */
    margin-left: 7px;
}
.ultimo{
    margin-right: 0 !important;
    padding-right: 0 ! ;  
    border-right: none !important;
}