body {
  margin: 0;
  font-family: "Times New Roman", Times, serif;
  background: #ffeedd;
  color: #111;
}

p {
  line-height: 1.55;
}
.container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px;
}

.section {
  padding: 48px 0;
  border-bottom: 1px solid #ccc;
}

.section-number {
  font-size: 12px;
  color: #666;
}

.section-title {
  font-size: 24px;
  margin-top: 8px;
  font-weight: 700;
}

.section-subtitle {
  font-size: 12px;
  margin-top: 8px;
  font-weight: 400;
    font-style: italic;
}

.section-description {
  margin-top: 8px;
  max-width: 700px;
}

/* Cards */
.card-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.card {
  border: 1px solid #ddd;
  padding: 16px;
  width: 220px;
  background: white;
}

.card-icon {
  font-size: 22px;
}

.card-title {
  margin-top: 8px;
  font-weight: 700;
}

.card-desc {
  margin-top: 6px;
  font-size: 14px;
  color: #555;
}
