h1,
h2,
h3,
h4 {
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  margin: 40px 0 20px 0;
  padding: 10px 0;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child {
  margin-top: 0;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child {
  margin-bottom: 0;
}
h1 > i,
h2 > i,
h3 > i,
h4 > i {
  color: #d0d0d0;
  margin-right: 1rem;
}

h1 {
  font-size: 1.4rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
}
h1 + p {
  margin-top: 40px;
}

h2 {
  font-size: 1.3rem;
  letter-spacing: 1px;
  text-align: center;
}

h3 {
  font-size: 1.1rem;
  text-align: center;
}

h4 {
  font-size: 1rem;
  text-align: left;
}

/*# sourceMappingURL=heading.css.map */