
/* V121 — reorder core before pricing, center native workflow card */
.hero-experience .product-card-native-flow{
  text-align:center!important;
}
.hero-experience .product-card-native-flow > h3,
.hero-experience .product-card-native-flow > p{
  margin-left:auto!important;
  margin-right:auto!important;
  text-align:center!important;
}
.hero-experience .product-card-native-flow > p{
  max-width:760px!important;
}
.hero-experience .native-workflow-row{
  grid-template-columns:1fr!important;
  justify-items:center!important;
  text-align:center!important;
  gap:10px!important;
}
.hero-experience .native-workflow-label{
  text-align:center!important;
}
.hero-experience .native-workflow-chain{
  justify-content:center!important;
  width:100%!important;
  text-align:center!important;
}
.hero-experience .native-workflow-chain span{
  text-align:center!important;
}
@media(max-width:620px){
  .hero-experience .native-workflow-chain{
    justify-items:center!important;
  }
}
