.page-title {
  background-image: url("../images/title_bg_guide.png");
}

h2 {
  position: relative;
  margin-bottom: 60px;
  text-align: center;
}
h2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 3px;
  background-color: var(--color-primary);
}/*# sourceMappingURL=guide.css.map */