@charset "UTF-8";

/* ================================================== */
/* hero */
/* ================================================== */
#hero h1 {
  color: var(--color-white);
  font-size: 3rem;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #hero {
    padding: 216px 0 100px;
  }
}

/* ================================================== */
/* content */
/* ================================================== */
#content ul li {
  margin-bottom: 1rem;
}
#content ul li:last-child {
  margin-bottom: 0;
}