.testo-slider {
    display: flex;
    align-items: center;
    margin: 40px 0;
  }
  .testo-slider .testo {
    padding: 24px;
  }
  .testo-slider .testo h2 {
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 300;
    position: relative;
    padding-left: 16px;
    margin-bottom: 24px;
  }
  .testo-slider .testo h2 sup {
    font-size: 40%;
    top: -1.2em;
  }
  .testo-slider .testo h2:before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #9BC244;
    position: absolute;
    top: 0;
    left: 0;
  }
  .testo-slider .testo h2 span {
    color: #9BC244;
    font-weight: 700;
  }
  .testo-slider .testo p {
    font-weight: 300;
    font-size: 18px;
    padding-left: 16px;
  }
  .testo-slider .testo p b,
  .testo-slider .testo p strong {
    font-weight: 700;
  }
  .testo-slider .testo ul {
    padding-left:calc(24px + 16px);
  }
  .testo-slider .testo ul li {
    font-weight: 300;
    font-size: 18px;
  }
  .testo-slider .testo ul li b,
  .testo-slider .testo ul li strong {
    font-weight: 700;
  }
  .testo-slider .testo > a {
    margin-left: 16px;
  }
  .testo-slider .testo .pulsante {
    color: #9BC244;
    border-color: #9BC244;
  }
  .testo-slider .testo .pulsante:after {
    background-color: #9BC244;
  }
  .testo-slider .testo .pulsante:hover {
    color: #ffffff;
  }
  .testo-slider .immagine {
    display: flex;
    justify-content: center;
  }
  .testo-slider .immagine picture {
    display: block;
  }
  .testo-slider .immagine picture img {
    width: 100%;
    max-width: 700px;
  }
  .testo-slider .slider {
    padding: 24px;
  }
  .testo-slider .slider .owl-carousel .owl-item {
    padding: 0 8px;
  }
  .testo-slider .slider .owl-carousel .owl-item .item {
    width: 100%;
  }
  .testo-slider .slider .owl-carousel .owl-item .item img {
    width: 100%;
  }
  .testo-slider .slider .owl-carousel .owl-nav {
    position: absolute;
    right: 8px;
    bottom: 0;
  }
  .testo-slider .slider .owl-carousel .owl-nav .owl-next,
  .testo-slider .slider .owl-carousel .owl-nav .owl-prev {
    background: rgba(155, 194, 68, 0.7);
  }
  .testo-slider .slider .owl-carousel:hover .owl-next:hover,
  .testo-slider .slider .owl-carousel:hover .owl-prev:hover {
    color: #9bc244;
  }
  @media (min-width: 993px) {
    .testo-slider.reverse {
      flex-direction: row-reverse;
    }
  }
  @media (min-width: 1440px) {
    .testo-slider .testo {
      padding: 60px;
    }
    .testo-slider .testo h2 {
      font-size: 60px;
      padding-left: 24px;
    }
    .testo-slider .testo p {
      padding-left: 24px;
    }
    .testo-slider .testo > a {
      margin-left: 24px;
    }
    .testo-slider .testo ul {
        padding-left:calc(24px + 24px);
    }
    .testo-slider .slider {
      padding: 60px 44px;
    }
  }
  .pg-projects .col {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .pg-projects .col h2 {
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    /* 48px */
    text-transform: uppercase;
    color: #8C8C8C;
    position: relative;
  }
  .pg-projects .col h2 span {
    font-weight: 700;
    color: #9BC244;
  }
  @media (min-width: 1440px) {
    .pg-projects .col h2:before {
      width: 150px;
      height: 1px;
      background-color: #8C8C8C;
      position: absolute;
      content: "";
      top: 50%;
      left: calc(100% + 16px);
    }
    .pg-projects .col h2:after {
      width: 150px;
      height: 1px;
      background-color: #8C8C8C;
      position: absolute;
      content: "";
      top: 50%;
      left: calc(0px - 150px - 16px);
    }
  }
  .pg-projects .col .element-item .progetto > a img {
    height: 400px;
    object-fit: cover;
    object-position: center;
  }
  .pg-projects .col .element-item .progetto .progetto-dati .deco-progetto-dati .deco-sx:after {
    left: 10px;
  }
  .pg-projects .col .element-item .progetto .progetto-dati .deco-progetto-dati .deco-sx:before {
    left: -90px;
  }
  .pg-projects .col .element-item .progetto .progetto-dati .deco-progetto-dati .deco-dx:after {
    right: 10px;
  }
  .pg-projects .col .element-item .progetto .progetto-dati .deco-progetto-dati .deco-dx:before {
    right: -90px;
  }
  .pg-projects .col .element-item .progetto .progetto-dati .conten-progetto-dati h3 {
    color: #9BC244;
  }
  .pg-projects .col .element-item .progetto .progetto-dati .conten-progetto-dati p {
    padding: 0 12px;
  }
  .pg-projects .col .element-item .progetto .progetto-dati .conten-progetto-dati a {
    color: #9BC244;
  }
  .pg-projects .col .owl-carousel .element-item {
    width: auto;
  }
  .fullimg {
    width: 100%;
    margin: 40px 0;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 24px;
    position: relative;
  }
  .fullimg:before {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    content: "";
    background-color: black;
    z-index: 0;
    opacity: .4;
  }
  .fullimg .chiudi-pulse {
    width: 80px;
    height: 80px;
  }
  .fullimg .chiudi-pulse .pulse-wrapper .pulse {
    background-color: #9BC244;
  }
  .fullimg .chiudi-pulse .inner-story-button {
    border-color: #9BC244;
  }
  .fullimg .chiudi-pulse .inner-story-button:before {
    content: "download";
    font-family: "Oswald", sans-serif;
    font-size: 8px;
    line-height: 56px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
  }
  .fullimg h2 {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 800px;
    font-size: 40;
    font-weight: 300;
    color: white;
    text-transform: uppercase;
    padding: 0 24px;
  }
  .fullimg h2 span {
    font-weight: 700;
  }
  .fullimg p {
    z-index: 2;
    padding: 0 24px;
    text-align: center;
    max-width: 900px;
    text-wrap: balance;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    color: white;
  }
  @media (min-width: 1440px) {
    .fullimg p {
      font-size: 24px;
    }
  }
  .fullimg p.autore {
    font-size: 18px;
    margin-top: -24px;
  }
  .fullimg picture {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .fullimg picture img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  @media (min-width: 1440px) {
    .fullimg {
      margin: 80px 0;
    }
    .fullimg h2 {
      font-size: 60px;
    }
  }
  .fullimg.landing {
    min-height:calc(100vh - 95px);
    min-height: calc(100dvh - 95px);
    margin-top: 0;
    margin-bottom: 40px;
  }
  .fullimg.landing .chiudi-pulse .inner-story-button:before {
    content: "scorri";
    top: calc(50% - 8px);
  }
  .fullimg.landing .chiudi-pulse .inner-story-button:after {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 56px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    top: calc(50% + 8px);
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
  }  