/* Services Page */


.hero h1 {
  font-size: 2.5rem;
  margin-bottom: 15px;
}

.hero p {
  font-size: 1.2rem;
}

.services-content {
  padding: 60px 20px;
  background: #f9fbfd;
}

.services-content h2 {
  color: #0a2540;
  margin-bottom: 15px;
}

.services-content p,
.services-content ul {
  margin-bottom: 25px;
  line-height: 1.6;
  font-size: 1rem;
  color: #333;
}

.services-content ul {
  list-style: disc;
  padding-left: 20px;
}

.btn-primary {
  display: inline-block;
  padding: 12px 25px;
  background: #1c3b70;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  transition:  0.3s ease;
}

.btn-primary:hover {
  background: #0a2540;
}
