/* ********** intro bg ********** */
#intro {
  background-image: url(../img/guide/bg.png);
}

/* ********** content ********** */
#content article {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
}

#content p {
  width: 80%;
  margin: auto;
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 500;
}

#content button {
  width: 260px;
  margin: 10px 20px;
}

#content button a {
  font-size: 1.8rem;
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
}

@media screen and (max-width: 1515px) {
  #content article {
    justify-content: center;
  }
}
