@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;300;400;600;700;800&family=Open+Sans:wght@300;400;500;600;700;800&display=swap");
/*
  Use to delete all the global styles from specific uls.
 */
/*
  If slider should be swiped from edge to edge, but still needs to preserve
  a container's paddings while not scrolled.
 */
/*
  Hide scrollbars but keep functionality.
 */
.page-title h1 {
  font-size: 48px;
  font-weight: 900;
  line-height: 120%;
  padding-bottom: 20px;
  border-bottom: 1px solid #282828;
}
@media (max-width: 767px) {
  .page-title h1 {
    font-size: 48px;
  }
}
/*# sourceMappingURL=page-title.css.map */
