/*
** .about
*/

.about__contents {
  display: grid;
  grid-template-columns: 100%;
  grid-auto-rows: max-content;
  grid-row-gap: 2rem;
}

.about__illust {
  text-align: center;
  padding-left: 16.4%;
  padding-right: 16.4%;
}

.about__illust img {
  max-width: 35rem;
}


/*
** .usage
*/

.usage__text {
  margin-bottom: 1rem;
}

.usage__list {
  grid-row-gap: 0.5rem;
  line-height: 1.25;
  margin-left: 1em;
}

.usage__item span {
  display: inline-block;
  margin-right: 1em;
}