main {
  display: flex;
  justify-content: center;
  min-height: 76vh;
}
main section {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 80%;
  background-color: white;
}
main section > p {
  font-size: 2em;
  font-weight: 600;
  display: flex;
  text-align: center;
  width: 90%;
}
main section article {
  display: flex;
  margin: 40px 0;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 80%;
}
main section article h2 {
  font-size: 2em;
  font-weight: 700;
}

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