/* title w deco (/struttura-moduli) */
header .title-style-1 {
  h2 {
    &:before {
      content: "";
      width: 74px;
      height: 20px;
      box-shadow: 0px 0px 0px 5px #1bba76 inset;
      border-radius: 50px;
    }
  }
}

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


/* list marker icon */
article .field--view-mode-full ul li:before {
  background-color:#1bba76 ;
  border-radius: 0 10px 10px 0 ;
  width: 10px;
}
