/* ================== SERVICE PAGE: SERVICES FEATURES ================== */

.service-features {
  margin: 18px 0 24px;
  padding: 0;
  list-style: none;
}

.service-features li {
  font-size: 13px;
  color: var(--text-light);
  margin-bottom: 8px;
  position: relative;
  padding-left: 18px;
}

.service-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--brand-accent);
  font-weight: 700;
}