:root {
  --primary-color: #005a9c;
}

p {
  font-size: 16px;
}
section {
  margin-bottom: 64px;
}
section h3 {
  font-size: 24px;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 20px;
  margin-top: 0;
  padding-bottom: 10px;
  border-bottom: 2px solid #dbe7f0;
}

section p {
  line-height: 1.5;
}
.hero-section {
  margin-bottom: 48px;
}
.hero-title {
  font-size: 32px;
  font-weight: bold;
  color: #333;
}
.hero-description {
  font-size: 16px;
  color: #444;
  max-width: 860px;
}
