* {
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

ol,
li {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 1.5;
}

ul {
  padding: 0;
  margin: 0;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
h1 {
  font-size: 5.5rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1.5rem;
}

h2 {
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 1.3;
}

h3 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
}

h4 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
}

h5 {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.5;
}

h6 {
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1.5;
}

p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
}
