/**
* Block Name: text_2_spaltig
*/

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

@media (max-width: 767.98px) {
  section.text_2_spaltig .text_field:nth-child(n + 2) {
    margin-top: 30px;
  }
}
