/* ===== SERVICES ===== */
.services {
  background: rgba(198, 226, 191, 0.15);
  padding: 80px 0;
}

.services-block {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.services-block p {
  font-size: 1.05rem;
  line-height: 1.8;
  margin-bottom: 24px;
}

.services-chips {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.services-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--white);
  color: var(--primary);
  padding: 12px 24px;
  border-radius: 30px;
  font-size: 1rem;
  font-weight: 600;
  box-shadow: 0 2px 12px rgba(97, 163, 159, .08);
}

.services-chip svg {
  width: 20px;
  height: 20px;
}

.services-cta {
  margin-top: 8px;
}

@media (max-width: 768px) {
  .services {
    padding: 60px 0;
  }
}
