.af-why-choose-us-section {
  padding: var(--spacing-section) 0;
   background-color: var(--surface-color-muted);
  border-top: 1px solid rgba(2, 65, 38, 0.06);
}

.af-section-header-centered {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: var(--spacing-xl);
}

.text-center {
  text-align: center;
}

.center-divider {
  margin-left: auto;
  margin-right: auto;
}

.af-why-subtext {
  max-width: 760px;
  margin-top: var(--spacing-md);
  margin-bottom: 0;
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--text-secondary);
}

.af-value-prop-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--spacing-lg);
}

@media (max-width: 767px) {
  .af-value-prop-grid {
    grid-template-columns: 1fr;
  }
}