.paragrafo-doppio {
  width: 100%;
  display: flex;
  margin: 64px 0;
}

.paragrafo-doppio-scorri {
  width: 50%;
}

.paragrafo-doppio-sticky {
  align-items: center;
  position: -webkit-sticky;
  position: sticky;
  height: 100vh;
  top: 0;
}

.paragrafo-doppio-spiega {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 120px 90px;
  background-color: #fad31c;
}

.paragrafo-doppio-titolo {
  color: #000;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 20px;
}

.paragrafo-doppio-intestazione-cnt {
  background-image: url(../img/schede/GRIGLIA-1920x1920.svg);
  padding: 120px 0 0 0;
}

.paragrafo-doppio-intestazione-cnt img {
  width: 45%;
}

.paragrafo-doppio-scheda {
  height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
}

.paragrafo-doppio-scheda + .paragrafo-doppio-scheda {
  margin-top: 64px;
}

.paragrafo-doppio-scheda img {
  /* width: 100%; */
  position: absolute;
  height: 100vh;
}

.paragrafo-scorri-altezza {
  display: flex;
  flex-direction: column;
  height: 300vh;
  border-bottom: 1px solid;
  overflow: hidden;
}

#paragrafo-scorri-temu {
  height: 200vh;
}

.paragrafo-doppio-testo {
  color: #000;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
}

@media only screen and (max-width: 930px) {
  .paragrafo-giallo {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
    background-color: #fad31c;
  }

  .paragrafo-doppio-titolo {
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .paragrafo-doppio-testo {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
  }
}
