#hero-product {
    padding: 40px 0 50px 0;
    background-color: #fff;
}
#hero-product.hero-product--solutions {
  padding: 105px 0 150px 0;
}
#hero-product #hero-product-inner {
    width: 1120px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#hero-product .content {
    max-width: 600px;
    width: 100%;
    order: 1;
}
#hero-product .image {
    /* max-width: 600px;
    width: 100%; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    order: 2;
}
#hero-product .image img,
#hero-product .image svg {
    display: block;
    max-width: 100%;
    height: auto;
}
/* #hero-product .image .image-desktop {
    display: block;
} */
/* #hero-product .image .image-mobile {
    display: none;
} */
#hero-product .content .hero-sup {
    font-weight: bold;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #0A2144;
    margin: 0 0 24px 0px;
}
#hero-product .content .hero-title {
    font-size: 72px;
    font-weight: 700;
    line-height: 79px;
    letter-spacing: -0.04em;
    color: #0A2144;
    flex-grow: 0;
    margin: 24px 0px;
}
#hero-product .content .hero-title span {
  color: #2671FF;
}
#hero-product .content .hero-text {
    font-size: 18px;
    line-height: 32px;
    color: #0A2144;
    flex: none;
    order: 2;
    align-self: stretch;
    flex-grow: 0;
    margin: 0 0 40px 0px;
    max-width: 540px;
}
.hero-button-wrapper {
    display: flex;
}

@media (max-width: 1168px) {
    #hero-product #hero-product-inner {
        padding-left: 24px;
        padding-right: 24px;
        width: 100%;
        max-width: none;
    }
    #hero-product .image img,
    #hero-product .image svg {
        display: block;
        max-width: 100%;
        height: auto;
    }
    #hero-product .content .hero-sup {

    }
    #hero-product .content .hero-title {
        font-size: 40px;
        line-height: 48px;
        margin: 0 0 16px 0px;
    }
    #hero-product .content .hero-text {
        font-size: 16px;
        line-height: 27px;
        margin: 0 0 24px 0px;
    }
    #hero-product .content {max-width: 46%;}
    #hero-product .image {max-width: 46%;}
}
@media (max-width: 768px) {
    #hero-product,
    #hero-product.hero-product--solutions {
        padding: 30px 0 40px 0;
    }
    #hero-product #hero-product-inner {
        flex-direction: column;
    }
    #hero-product .content {max-width: 100%; order: 2;}
    #hero-product .image {max-width: 100%; order: 1; margin: 0 0 30px 0}
    /* #hero-product .image .image-desktop {
        display: none;
    }
    #hero-product .image .image-mobile {
        display: block;
    } */
    #hero-product .content .hero-sup {
        display: none;
    }
}
