.features-list {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #e5e7eb;
  max-width: 48rem;
}

.feature-item:last-child {
  border-bottom: none;
}

.feature-icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0.25rem;
  flex-shrink: 0;
}

.feature-content h4 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
