.page-intro {
  background-image: url("../../../images/bg-top.svg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-top: 17.0666666667%;
  position: relative;
  text-align: center;
}

.page-intro__title {
  font-size: 1.77778rem;
  line-height: 1.25;
  margin: 0;
}

.page-intro__title span {
  display: block;
}

.page-intro__title span img {
  display: block;
  margin: 0 auto;
}

.page-intro__content {
  margin-top: 0.8888888889rem;
}

.page-intro__title,
.page-intro__content {
  margin-left: auto;
  margin-right: auto;
  max-width: 38.8888888889rem;
}