h1 {
  font-weight: 700;
  font-size: 70%;
  line-height: 0.9;
  margin: 0;
}

/* @media screen and (max-width: 768px) {
  h1 {
    font-size: 200%;
  }
} */

h2 {
    margin-top: 8%;
    font-weight: 400;
    font-size: 90%;
    line-height: 1.4;
}

h3{
    margin-top: 8%;
    font-weight: 400;
    font-size: 62%;
    line-height: 1.4;
}
