.textlist  ol > li{
   // margin-bottom:10px;
    
}
.textlist ul {
    list-style: none;
    margin-left: 0;
    padding-left: 1em;
}
.textlist ul > li:before {
    display: inline-block;
    content: "—";
    color: #33FC58;
    width: 1.3em;
    margin-left: -1em;
}
.textlist li {
    font-family: 'Inter',Arial,sans-serif;
    line-height: 1.30;
    font-weight: 400;
    //margin-bottom: 8px;
}

.description > br {
  content: "";
  display: block;
  font-size: 150%;
}