/* @group Investors Portal
------------------------------------ */
.list-investors-portal{
    padding: 3rem 0;
}
.list-investors-portal li a{
    font-family: TitilliumText22L;
    font-size: 3rem;
    color: #222222;
    line-height: 3.5rem;
    text-transform: uppercase;
    font-weight: bold;
    margin-left: 6rem;
   
}
.list-investors-portal li{
    padding: 2rem 0;
     position: relative;


}
.list-investors-portal li::before{
     top: 48%; content: ''; display: block; height: .2rem; width: 2.5rem; background: rgba(244,160,0,1); margin: 0 0 1.4rem; position: absolute;
}
@media only screen
and (min-width : 961px) {
}
@media only screen
and (min-width : 961px)
and (max-width : 1440px) {
}
@media only screen
and (min-width : 0)
and (max-width : 960px) {
}
/* @end */
