@charset "utf-8";
.hero_bundle {
    margin: 3rem auto 0;
}
.hero_image {
    width: 100%;
}
.hero_text {
    padding: 2rem;
    font-size: 1rem;
    text-align: center;
    line-height: 1.5;
}
.fs-c-productMarks {
    background: none;
}
@media screen and (min-width: 640px){
    .hero_bundle {
        max-width: 1410px;
        text-align: center;
    }
    .hero_text {
        font-size: 0.75rem;
    }
}