/* title w deco (/struttura-moduli) */
header .title-style-1 {
  h2 {
    &:before {
      background-image: url("/themes/custom/pt_base/images/icons/icon-occhiello-title-section.svg");
       transform-origin: top left;
       background-size: contain;
      height: 18px;
      width: 47px;
      content: "";
      background-repeat: no-repeat;
    }
  }
}


/* list marker icon */
article .field--view-mode-full ul li:before {
  background-image: url(../../images/icons/icon-list-marker.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: calc();
}

