
/*  */
/* 
*/
.info ul ul > li {
    margin-left: 2em;
    position: relative;
}


.info ul ul > li::before {
  content: '';
  position: absolute;
  top: 0.8125rem;
  left: -1.5rem;
  display: inline-block;
  width: 0.625rem;
  height: 3px;
  background-color: #00876c;
}
/*  */