.hero h1 {
  font-size: 3.5rem;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1.2;
}
.hero p {
  font-size: 1.25rem;
  font-weight: 300;
  max-width: 600px;
}
.service-card {
  padding: 0 2rem;
  border: none;
  transition: transform 0.15s ease-in-out;
}
.service-card:hover {
  transform: translateY(-2%);
}
.service-card h3 {
  font-size: 1.75rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
  margin-top: 0;
}
.form-control {
  border-radius: 4px;
}
@media (max-width: 768px) {
  .hero h1 {
    font-size: 2.5rem;
  }
}
