/* Home V13 - retain the approved Home palette while aligning service-card typography. */
.home-page .service-card-copy {
  display: flex;
  min-height: 158px;
  align-items: center;
  justify-content: center;
  padding: 24px 22px 27px;
  text-align: center;
}

.home-page .service-card-copy h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1.2;
}

@media (max-width: 760px) {
  .home-page .service-card-copy {
    min-height: 128px;
  }
}
