/* Scss Document */
.feature_list li {
  margin-bottom: 0.5em;
  font-size: 2rem;
  line-height: 1.3;
  letter-spacing: 0;
  font-weight: 700;
}
@media only screen and (max-width: 640px) {
  .feature_list li {
    margin-bottom: 1.25em;
    font-size: 3.75vw;
  }
}
.feature_name {
  line-height: 1.3;
}
.feature_report .feature_name {
  margin-bottom: 2em;
}

.competency_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.competency_item {
  margin-bottom: 2em;
  width: 38rem;
  line-height: 1.3;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-weight: 500;
}
.competency_item dt {
  padding: 0.25em 0;
  width: 11rem;
  border-radius: 3em;
  color: #fff;
  background: #009564;
  text-align: center;
  letter-spacing: 0;
}
.competency_item dd {
  width: 24.5rem;
}

@media only screen and (max-width: 640px) {
  .regional_container {
    font-size: 3.125vw;
  }
}

.list_dot li {
  margin: 0.5em 0;
}

.list_number {
  line-height: 1.4;
}/*# sourceMappingURL=feature.css.map */