.informativa_privacy {
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #35194d;
  padding: 30px 100px 50px;
}

.informativa {
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  color: #ffffff;
  width: 100%;
  margin: auto;
}

.informativa a:link {
  color: #35194d;
  text-decoration: underline;
}

.informativa_privacy .titolo {
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 58px;
  color: #f6ff32;
}

.informativa_privacy .testo {
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
}

.informativa_privacy div p {
  width: 100%;
  text-align: left;
}

.informativa_privacy div p a:link {
  color: #fff;
  text-decoration: underline;
}

.informativa_privacy div p a:visited {
  color: #fff;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .informativa_privacy {
    padding-left: 0;
    padding-right: 0;
  }
  .informativa_privacy .titolo {
    font-size: 32px;
    line-height: 36px;
  }

  .informativa_privacy .testo {
    font-size: 18px;
    line-height: 24px;
  }
}
