/* === Services Page === */
#services {
  padding: 40px 20px;
  text-align: center;
}

/* === Service Category Title Styles === */
#services h3 {
  margin-top: 40px;
  font-size: 1.6em;
  color: #007B5E;
}

#services h4 {
  margin-bottom: 5px;
}

.service-card {
  background: white;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 15px;
  margin: 10px auto;
  width: 90%;
  max-width: 500px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}