.topTitle {
  font-size: 1.6rem;
  font-weight: bold;
}
.title-p p {
  font-size: 1rem;
}
#title-txt {
  padding: 100px 0;
  max-width: 1100px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
}
#title-txt h2 {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
#title-txt p {
  font-size: 1rem;
}
#title-txt strong {
  font-size: 1.5rem;
  font-weight: bold;
}
/*# sourceMappingURL=style.css.map */