.services-section {
  background-color: #f8f9fa;
  color: #343a40;
}

.services-section h1 {
  font-weight: 700;
  font-size: 2.5rem;
}

.services-section .card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.services-section .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.services-section p {
  font-size: 1rem;
  line-height: 1.6;
}
