
/* stile elenco puntato */
.text-wrap ul {
  list-style: none;
  margin-bottom: 30px;
}

.text-wrap li {
  padding-left: 20px;
  padding-bottom: 7px;
  padding-top: 7px;
  font-weight: 600;
  border-bottom: 1px solid grey;
  position: relative;
  max-width: 600px;
}

.text-wrap li:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  left: 0;
  width: 15px;
  height: 15px;
  background-image: url(./includes/images/icn-pitto.svg);
  background-repeat: no-repeat;
  background-position: center;
}

footer .col-container .col-wrap .item-wrap:not(.no-list-style) {
  position: relative;
  padding-left: 20px;
}

footer .col-container .col-wrap .item-wrap:not(.no-list-style):before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  left: 0;
  width: 17px;
  height: 17px;
  background-image: url(./includes/images/icn-pitto.svg);
  background-repeat: no-repeat;
  background-position: center;
}