/* Site-specific overrides on top of the template's style.css */

/* Disable the template's negative-margin overlap between the hero
   and the services cards below it — keep them as separate, stacked sections. */
@media (min-width: 768px) {
  .services-section .container-fluid {
    margin-top: 0;
    border-top: none;
  }
}

.services-section {
  padding: 5em 0;
  background: #f8f8f8;
}
