.hero-products-container {
    display: inline-flex;
    margin: auto;
    justify-content: center;
}

.hero-products-container .wp-block-spybot4-hero-product {
    flex: 1;
    text-align: center;
    padding: 1em;
    border-radius: 1em;
    background-color: #F0F5F5;
    margin: -0.4em;
    position: relative;
    box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.86), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 12em;
}

.hero-products-container .primary {
    z-index: 90;
    background-color: white;
    min-height: 22em;
    top: 0em;
}

.hero-products-container .secondary {
    z-index: 20;
    min-height: 20em;
    top: 1em;
    margin-bottom: 1em;
}

.hero-products-container .tertiary {
    z-index: 10;
    min-height: 18em;
    top: 2em;
    margin-bottom: 2.5em;
}

.hero-products-container .wp-block-spybot4-hero-product strong {
    flex: 1;
    font-size: x-large;
    padding-bottom: 1em;
}

.hero-products-container .wp-block-spybot4-hero-product img {
    flex: 1;
    width: 70%;
}

.hero-products-container .wp-block-spybot4-hero-product img {
    flex: 1;
}

.hero-products-container .hero-product-subtitle {
    font-weight: bold;
}

.hero-products-container .hero-product-applogo {
    width: 75%;
    margin-bottom: 2em;
}

.hero-products-container .hero-product-appicon {
    width: 75%;
}

.hero-products-container .hero-product-subtitle {
    text-align: center;
}

.hero-products-container .hero-product-comment {
    text-align: center;
    font-size: small;
}

.hero-products-container .hero-product-mainbutton {
    min-width: 90%;
    margin-bottom: 0;
}

.hero-products-container .hero-product-subanchor {
    font-size: small;
}