/* title w deco (/struttura-moduli) */
header .title-style-1 {
  h2 {
    &:before {
      content: '';
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='74' height='34' fill='none' viewBox='0 0 74 34'%3E%3Crect width='8' height='8' y='13' fill='%23c6d307' rx='4'/%3E%3Crect width='8' height='8' x='22' y='13' fill='%23ffcb03' rx='4'/%3E%3Crect width='8' height='8' x='44' y='13' fill='%23d11d7e' rx='4'/%3E%3Crect width='8' height='8' x='66' y='13' fill='%23319cb7' rx='4'/%3E%3C/svg%3E");
      width: 74px;
      height: 34px;
      display: block;
    }
  }
}