
h1{
  font-size: 5rem;
  line-height: 5rem;
  font-weight: 500;
}
#iubenda_policy{
  color: #dedede;
}
@media screen and (max-width: 767px){
  body {
    margin-top: 50px;
  }
  h1{
    font-size: 2rem;
    line-height: 2rem;
  }
}