.cmpt_feature_item {
  display: flex;
  gap: 1.5em;
}
.cmpt_feature_item--centered {
  align-items: center;
}
.cmpt_feature_item__title {
  font-weight: 800;
  color: var(--pg-color-paragraph);
  font-size: 1em;
  line-height: 1.38em;
  font-family: var(--pg-font-family-normal);
}
.cmpt_feature_item__fr_icon {
  border: 0.1em solid hsl(115, 52%, 90%);
  border-radius: 0.5em;
  width: 3.5em;
  height: 3.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.cmpt_feature_item__icon {
  color: hsl(114, 100%, 36%);
  font-size: 1.2em;
}
.cmpt_feature_item__text {
  font-size: 0.875em;
}
.cmpt_feature_item__line {
  line-height: 1.57em;
}
