/**
* Block Name: text
*/

section.text ul {
  list-style: none;
  padding-left: 30px;
}
section.text ul li {
  position: relative;
}
section.text ul li:before {
  content: " ";
  width: 10px;
  background: #00b5e2;
  height: 2px;
  position: absolute;
  left: -30px;
  top: 50%;
}
