
h1{
  font-size: 5rem;
  line-height: 5rem;
  font-weight: bold;
  text-transform: capitalize;
}
h2{
  font-size: 2rem;
  font-weight: normal;
}

#blocco2 p{
  font-size: 2.2rem;
  line-height:normal;
  font-weight: 300;
}
#blocco2 p small{
  font-size: 1rem;
}
#blocco2 p strong{
  font-weight: 700;
  font-size: 2.5rem;
}

[data-aos="fade-left"] {
  transform: translateX(50px);
}
[data-aos="fade-left"].aos-animate {
  transform: translateX(0);
}

@media screen and (max-width: 1440px){
  h1{
  font-size: 5rem;
  }  
}
@media screen and (max-width: 1024px){
  h1{
  font-size: 3rem;
  line-height 3rem;
  }  
}
@media screen and (max-width: 767px){
  h1{
    font-size: 2rem;
    line-height: 2.5rem;
    text-transform: uppercase;
  } 
  #blocco2 p{
    font-size: 1rem;
  }
  #blocco2 p small{
    font-size: 0.8rem;
  }
  #blocco2 p strong{
    font-size: 1.5rem;
  }
}