p,
span,
li,
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0;
  margin-top: 0;
  line-height: 1.3;
  vertical-align: baseline;
  padding-bottom: 0;
  box-sizing: border-box;
  position: relative;
  top: -0.15em;
}

/* extra small */
h1 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.4rem;
}
h2 {
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
}
h3 {
  font-size: 1.4rem;
  font-weight: 700;

}
h4 {
  font-size: 1.2rem;
  font-weight: 700;

}
h5 {
  font-size: 1rem;
  font-weight: 700;

}
h6 {
  font-size: 0.9rem;
  font-weight: 700;

}

p {
  font-size: 1rem;
  padding-bottom: 1rem;
}

.italic {
  font-style: italic;
}

.text-lg {
  font-size: 1.2rem;
}

/* large */
@media (min-width: 992px) {
  h1 {
    font-size: 3rem;
    margin-bottom: 2rem;
  }
  h2 {
    font-size: 2.2rem;
    margin-bottom: 1rem;
  }
  h3 {
    font-size: 1.7rem;

  }
  h4 {
    font-size: 1.3rem;

  }
  h5 {
    font-size: 1.1rem;

  }
  h6 {
    font-size: 1rem;

  }
}