/* === What We Do / Services Section === */

.services-section .section-intro {
  max-width: 640px;
  margin-bottom: 32px;
  font-size: 16px;
  color: #b6b6c4;
  line-height: 1.6;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 32px;
  padding-top: 12px;
}

.service-item h3 {
  font-size: 18px;
  margin-bottom: 8px;
  color: #ffffff;
}

.service-item p {
  font-size: 15px;
  line-height: 1.6;
  color: #b2b2c0;
  max-width: 340px;
}
