body .ro-railings .container .railing-figure {
  position: static;
}

[data-elementor-type=wp-page] ul li {
  position: relative;
}
[data-elementor-type=wp-page] ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 3px;
  height: 4px;
  background: #373536;
  border-radius: 50%;
}

body .ro-inner-pages ul li, body .ro-inner-pages ol li {
  display: list-item !important;
}
body .ro-inner-pages ul li {
  list-style: disc;
}
body .ro-inner-pages ol li {
  list-style: decimal;
}

body .ro-railings li {
  display: block !important;
  list-style: none !important;
}

/*# sourceMappingURL=custom-styles.css.map */
