@charset "UTF-8";
     
.inner .row .col {
  margin: 2rem .5rem;
}

.hh-content.introduction .introduction-wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}
.hh-content.introduction .introduction-heading {
  font-size: 1.7rem;
  color: var(--color-text-dark);
  font-weight:900;
  margin-bottom: 1rem; }
.hh-content.introduction .introduction-contents ul {
  margin-left: 0.5rem;
}