.section-title {
  font-size: 2rem;
  font-weight: 700;
  color: #16a34a;
  margin-bottom: 0.5rem;
}

.section-subtitle {
  font-size: 1.25rem;
  font-weight: 600;
  color: #15803d;
  border-left: 4px solid #16a34a;
  padding-left: 0.5rem;
  margin-bottom: 0.5rem;
}

.custom-list {
  list-style-type: disc;
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}

.btn-gradient-success {
  background: linear-gradient(to right, #16a34a, #4ade80);
  border: none;
}

.card-body p,
.card-body li {
  line-height: 1.6;
  font-size: 1rem;
}

@media (max-width: 768px) {
  .section-title {
    font-size: 1.5rem;
  }
  .section-subtitle {
    font-size: 1rem;
  }
}
