.blockreassurance {
    padding-top: 10px;
    text-align: center;
    width: 100%
}

.blockreassurance .reass-item {
    display: inline-block;
    text-align: center;
    vertical-align: top
}

.blockreassurance .block-title {
    font-weight: bold
}

@media (max-width: 575px) {
    .blockreassurance {
        text-align: left
    }

    .blockreassurance .block-title {
        display: inline-block;
        height: 35px;
        max-width: calc(100% - 55px);
        padding-top: 10px
    }
}

.blockreassurance_product {
    margin-top: 25px
}

.blockreassurance_product p.block-title {
    line-height: 40px
}

body#checkout .container-blockreassurance {
    min-height: auto
}


/*# sourceMappingURL=front.css.map*/