.intro-text {
  font-style: italic;
  color: #444;
  margin-bottom: 1em;
}

.section-title {
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
}

.aim-intro {
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.6;
  color: #444;
}

.aim-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
}

.aim-card {
  text-align: center;
  padding: 20px;
}

.aim-card .icon {
  width: 70px;
  height: 70px;
  margin-bottom: 15px;
}

.aim-card h3 {
  color: #e57c1f;
  margin-bottom: 10px;
}

.aim-card p {
  font-size:12px;
  color: #333;
  margin-bottom: 10px;
}

.aim-card .learn-link {
  color: #0077cc;
  font-weight: bold;
  text-decoration: none;
}

.section-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0 30px;
}

.section-divider::before,
.section-divider::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #ccc;
}

.section-divider span {
  width: 60px;
  height: 4px;
  background: #e57c1f;
  margin: 0 15px;
  border-radius: 2px;
}
