.platform-overview-hero__alt {
  background: radial-gradient(41.74% 92.72% at 37.25% 61.57%, #193B59 20.11%, #121F37 100%);
  padding-bottom: 100px;
}

.platform-overview-hero {
  position: relative;
  padding: 64px 0 348px;
  background-color: #102c3f;
  color: #aad3ec;
}

 .platform-overview-hero .product_secondary_cta {
  border-radius: 6px;
  background: transparent;
  border: 2px solid #0bc5ba;
  font-size: 20px;
  line-height: 24px;
  font-family: metric-semibold;
  text-decoration: none;
  color: #fff !important;
  transition-duration: 0.125s;
  transition-property: border-color, background-color, color;
  text-align: center;
}
.product-page-cards {
  margin-top: -94px;
}
.product-page-cards .solution-workflows__item {
  position: relative;
  z-index: 1;
  min-height: 100%;
  padding: 30px 27px 29px;
  border-radius: 6px;
  border: 1px solid #DDE1E9;
  background-color: #FFF;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0), 0px 2px 6px rgba(0, 0, 0, 0);
  text-align: left;
  transition-duration: 0.25s;
  transition-property: box-shadow, transform;
  cursor: pointer;
}

.product-page-cards .solution-workflows__item:hover {
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.06), 0 2px 6px 0 rgba(0, 0, 0, 0.05);
  transform: translateY(-8px);
}
@media (max-width: 767.98px) {
  .product-banner.platform-overview-hero {
    padding-bottom: 60px;
  }
}
@media (max-width: 1283.98px) {
  .platform-overview-hero_inner_container {
    text-align: center;
  }
}
