body {
  font-family: Arial, sans-serif;
  background: #fff;
  margin: 0;
  padding: 0;
  line-height: 1.6;
}

.services-section {
  max-width: 1000px;
  margin: auto;
  padding: 40px 20px;
}

.services-section h1 {
  text-align: center;
  font-size: 36px;
  margin-bottom: 30px;
}

.intro {
  text-align: center;
  font-size: 18px;
  margin-bottom: 40px;
}

.service-box {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}

.service-box h2 {
  font-size: 24px;
  color: #333;
  margin-bottom: 10px;
}

.service-box p {
  font-size: 16px;
  color: #555;
}

.footer-note {
  text-align: center;
  margin-top: 40px;
  font-size: 16px;
}

.footer-note a {
  color: #007BFF;
  text-decoration: none;
}
