
body {
  font-family: 'Open Sans', sans-serif;
  scroll-behavior: smooth;
}
.hero-section {
  height: 100vh;
  background: linear-gradient(rgba(0, 66, 137, 0.8), rgba(0, 66, 137, 0.8)), url('../images/hero-bg.jpg') center/cover no-repeat;
}
.cta-section {
  background-color: #004289;
}
h2 {
  font-weight: 700;
}
