 /* Center service card and hero paragraph text only for index.html */

.service-card > h3,
.service-card > p,
.service-card > ul {
  text-align: center !important;
}

.hero.home-hero .hero-content p {
  text-align: center !important;
}
