/******* Do not edit this file *******
Code Snippets Manager
Saved: Apr 14 2025 | 13:19:54 */
/* Custom Bullet Points with Icons */
li {
  padding-bottom: 20px;
}
.elementor-widget-text-editor ul {
  list-style: none;
  padding-left: 20px;
}
.elementor-widget-text-editor ul li {
  position: relative;
  padding-left: 30px;
}
.elementor-widget-text-editor ul li::before {
  content: "";
  position: absolute;
  left: -5px;
  top: 2px;
  width: 25px;
  height: 25px;
  background-image: url("https://new.pnevmallc.com/wp-content/uploads/check-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
