/* RHV V155 - Center incomplete/last rows for homepage Services + Specializations cards only */
body.rhva-v155-home-ready .rhva-v155-center-card-row {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: stretch !important;
  gap: 28px !important;
  width: 100% !important;
}
body.rhva-v155-home-ready .rhva-v155-center-card-row > * {
  flex: 0 1 calc((100% - 56px) / 3) !important;
  max-width: calc((100% - 56px) / 3) !important;
  min-width: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
body.rhva-v155-home-ready .rhva-v155-center-card-row > *:only-child {
  max-width: 420px !important;
}
@media (max-width: 1040px) {
  body.rhva-v155-home-ready .rhva-v155-center-card-row {
    gap: 24px !important;
  }
  body.rhva-v155-home-ready .rhva-v155-center-card-row > * {
    flex-basis: calc((100% - 24px) / 2) !important;
    max-width: calc((100% - 24px) / 2) !important;
  }
}
@media (max-width: 680px) {
  body.rhva-v155-home-ready .rhva-v155-center-card-row {
    gap: 18px !important;
  }
  body.rhva-v155-home-ready .rhva-v155-center-card-row > * {
    flex-basis: 100% !important;
    max-width: 520px !important;
  }
}