/* title w deco (/struttura-moduli) */
header .title-style-1 {
  margin: 2rem 0rem 1rem 0rem;
  h2 {
    position: relative;
    font-size: 32px;
    line-height: 32px;
    display: flex;
    flex-direction: column;

    &:before {
      position: relative;
      margin-bottom: 10px;
    }
  }
}

@media (min-width: 1200px) {
  header .title-style-1 {
    h2 {
      font-size: 3rem;
      line-height: 4.25rem;
      &:before {
        margin-bottom: 0px;
        line-height: 2.25rem;
      }
    }
  }
}
