#inner-service-header {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0;
  position: relative;
}
#inner-service-header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
#inner-service-header .site-container-1340 {
  position: relative;
  z-index: 2;
}
#inner-service-header .site-container-1340 h1 {
  color: var(--white);
}

#inner-service-section {
  padding: 60px 0;
}
#inner-service-section .card {
  background-color: var(--hunter-blue-light);
  padding: 30px;
  height: 200px;
}
#inner-service-section .card a {
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  color: var(--white);
  text-decoration: none;
}
#inner-service-section .card a h5 {
  color: var(--hunter-gold);
}

#inner-page-hero-section {
  padding: 60px 0;
  text-align: center;
}