
#privacyContainer{
    width: 60%;
    float: left;
    clear: both;
    margin:0px;
    padding: 0px;
    margin-left: 20%;
    margin-right: 20%;
    margin-top: 100px;
    font-family: 'Mulish', sans-serif;
  }
  h1.privacyTitle{
    color: rgb(255,0,157);
    text-align: center;
    text-transform: uppercase;
    font-size: 5em;
    padding-bottom: 40px;
    padding-top: 40px;
    background: black;
    letter-spacing: 0px;
    border-top: 3px solid rgb(255,0,157);
    border-bottom: 3px solid rgb(255,0,157);
  }
  p.privacyText{
    padding: 50px;
    line-height: 25px;
    color: rgba(0,0,0,0.7);
    border: 1px solid rgb(255,0,157);
  }
  h2.privacySecondTitle{
    width: calc(100% - 50px);
    padding:0px;
    margin: 0px;
    padding-left: 50px;
    color: rgb(255,0,157);
    text-align: left;
    text-transform: uppercase;
    font-size: 5em;
    background: white;
    border-top: 3px solid rgb(255,0,157);
    border-bottom: 3px solid rgb(255,0,157);
    padding-bottom: 15px;
    padding-top: 15px;
  }
  p.privacyTextDetail{
    padding: 50px;
    line-height: 25px;
    color: rgba(0,0,0,0.4);
    padding-top: 10px;
  }
  h2.privacyThirdTitle{
    width: calc(100% - 50px);
    padding:0px;
    margin: 0px;
    padding-left: 50px;
    color: white;
    text-align: left;
    text-transform: uppercase;
    font-size: 3em;
    background: rgb(255,0,157);
    padding-bottom: 10px;
    padding-top: 10px;
  }
  h2.privacyFourthTitle{
    width: 60%;
    padding:0px;
    margin: 0px;
    margin-left: 20%;
    margin-right: 20%;
    color: rgb(255,0,157);
    text-align: center;
    text-transform: uppercase;
    font-size: 4em;
    padding-bottom: 40px;
    padding-top: 40px;
    margin-top: 75px;
    margin-bottom: 75px;
    background: white;
    border-top: 3px solid rgb(255,0,157);
    border-bottom: 3px solid rgb(255,0,157);
  }
  li.ragioneSociale{
    margin-top: 30px;
    color: rgba(0,0,0,0.4);
    font-weight: bold;
    list-style: none;
    text-align: left;
    padding-left: 50px;
  }
  li.privacyContact{
    color: rgba(0,0,0,0.4);
    list-style: none;
    text-align: left;
    padding-left: 50px;
  }
  strong{
    color: rgb(255,0,157);
  }
  em{
    color: rgba(255,0,157,0.5);  
  }