.hes-feature-row {
  padding-block: var(--hes-space-6);
  border-bottom: 1px solid var(--hes-color-border);
}

.hes-feature-row:last-child {
  border-bottom: none;
}

.hes-feature-row__icon {
  width: 4.5rem;
  height: 4.5rem;
  margin-bottom: var(--hes-space-3);
}

.hes-feature-row__icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.hes-feature-row__heading {
  color: var(--hes-color-text-primary);
  margin: 0 0 var(--hes-space-3);
}

.hes-feature-row__description {
  color: var(--hes-color-text-secondary);
  max-width: 70ch;
}

.hes-feature-row__description ul {
  padding-left: var(--hes-space-5);
  margin: 0;
}

.hes-feature-row__description li {
  margin-bottom: var(--hes-space-2);
}

.hes-feature-row__description li:last-child {
  margin-bottom: 0;
}

.hes-feature-row__description strong {
  color: var(--hes-color-text-primary);
}
