/* Media query breakpoints */
.title h1 {
  margin: 0 0 28px;
  font-family: "Preloslab book", sans-serif;
  font-weight: normal;
  font-size: 2rem;
  line-height: 2.5rem;
  color: var(--blue500);
}
@media (min-width: 1025px) {
  .title h1 {
    margin: 0 0 34px;
  }
}
.title h1 strong {
  font-family: "Preloslab semibold", sans-serif;
  font-weight: normal;
}
.title h2 {
  display: inline-block;
  margin: 0 0 24px;
  border-bottom: solid 3px var(--yellowGold400);
  font-family: "Preloslab semibold", sans-serif;
  font-weight: normal;
  color: var(--blue500);
  font-size: 1rem;
  line-height: 2rem;
}
@media (min-width: 480px) {
  .title h2 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1025px) {
  .title h2 {
    margin: 0 0 16px;
    font-size: 1.75rem;
  }
}

.center > .title {
  text-align: center;
}
.center > .title h1 {
  margin: 0;
}
/*# sourceMappingURL=title.css.map */
