/* title w deco (/struttura-moduli) */
header .title-style-1 {
  h2 {
    &:before {
      content: url("/themes/custom/pt_base/images/icons/icon-occhiello-title-section.svg");
      transform: scale(0.8);
      transform-origin: bottom left;
    }
  }
}

@media (min-width:992px) {
  /* title w deco (/struttura-moduli) */
header .title-style-1 {
  h2 {
    &:before {
      transform: none;
    }
  }
}

}
