
/* V127 — refine workflow card spacing and remove unnecessary divider lines */
.hero-experience .product-grid-with-native-flow .product-card-native-flow{
  padding-top:34px!important;
  padding-bottom:30px!important;
}
.hero-experience .product-card-native-flow > h3{
  margin:0 auto!important;
  max-width:900px!important;
}
.hero-experience .product-card-native-flow > .native-workflow{
  margin-top:34px!important;
  padding-top:0!important;
  border-top:none!important;
}
.hero-experience .product-card-native-flow > .hero-preview-wrap{
  margin-top:24px!important;
  padding-top:0!important;
  border-top:none!important;
}
.hero-experience .product-card-native-flow > .hero-preview-wrap .skiin-preview{
  margin-top:0!important;
}
@media (max-width:620px){
  .hero-experience .product-grid-with-native-flow .product-card-native-flow{
    padding-top:24px!important;
    padding-bottom:22px!important;
  }
  .hero-experience .product-card-native-flow > .native-workflow{
    margin-top:24px!important;
  }
  .hero-experience .product-card-native-flow > .hero-preview-wrap{
    margin-top:20px!important;
  }
}
