.ae-section {
  padding: 0.5rem 0 3rem;
}
.ae-container {
  max-width: 1200px; margin: 0 auto; padding: 0 2.5rem;
}
.ae-item {
  display: grid;
  grid-template-columns: 3.5rem 1fr;
  gap: 0 1.25rem;
  padding: 0.75rem 0;
  border-top: 1px solid #e8e8e8;
}
.ae-item:last-child { border-bottom: 1px solid #e8e8e8; }
.ae-num {
  font-family: 'Anton', Impact, sans-serif;
  font-weight: 400;
  font-size: 2.25rem; line-height: 1;
  color: var(--dust);
}
.ae-num--bullet {
  font-size: 1.75rem;
  line-height: 1.15;
}
.ae-body {}
.ae-item-title {
  font-family: 'Manrope', sans-serif;
  font-size: 1rem; font-weight: 700;
  color: var(--ink); margin-bottom: 0.4rem;
}
.ae-item-text {
  font-family: 'Manrope', sans-serif;
  font-size: 0.95rem; line-height: 1.7;
  color: var(--dust);
}
