section.page-width h1 {
  font-family: 'Myanmar Mn';
  font-style: normal;
  font-weight: 800;
  font-size: 50px;
  line-height: 75px;
  text-align: center;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 2rem auto;
  font-size: 50px;
  text-transform: uppercase;
}

section.page-width h1:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 50%;
  height: 10px;
  border-bottom: 2px solid #6b4931;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  margin-bottom: -2rem;
}

@media screen and (max-width: 1105px) {
  section.page-width h1 {
    margin-top: 6rem;
  }
}

@media screen and (max-width: 650px) {
  section.page-width h1 {
    font-size: 8vw;
  }
}
/*# sourceMappingURL=vtour.css.map */