.service-detail-content {
  max-width: 720px;
}

.service-tagline {
  color: #03a680;
  font-weight: 600;
  font-size: 1.05rem;
  margin-bottom: 0.75rem;
}

.service-section-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--wse-primary, #281f55);
  letter-spacing: 0;
  margin-bottom: 1rem;
}

.service-desc-lead {
  font-size: 1rem;
  font-weight: 500;
  color: #333;
  line-height: 1.7;
  margin-bottom: 1.25rem;
}

.service-desc-list {
  margin: 0 0 1.5rem;
  padding: 0;
}

.service-desc-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 0.55rem 0;
  border-bottom: 1px dashed #e8eef5;
  font-size: 0.95rem;
  color: #444;
  line-height: 1.65;
  letter-spacing: 0;
}

.service-desc-list li:last-child {
  border-bottom: none;
}

.service-desc-list li i {
  color: #03a680;
  font-size: 1.1rem;
  margin-top: 0.2rem;
  flex-shrink: 0;
}

.service-desc-list li span {
  flex: 1;
}

.service-detail-content .icon-circle {
  color: #fff;
}
