.blockreassurance {
    padding: 0;
    text-align: center;
    width: 100%;
    height: 150px;
    background: #F8F8F8;
}

.blockreassurance > .row, .blockreassurance > .row > div {
    height: 100%;
}

.blockreassurance > .row > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #F8F8F8;
}

.blockreassurance > .row > div .block-icon {
    width: 100%;
}

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

.blockreassurance .block-title {
    font-size: 17px;
    font-weight: 500;
}

.blockreassurance > .row div:first-child img, .blockreassurance .row div:last-child img {
    height: 60px;
    margin: 20px 0;
}

.blockreassurance > .row div:nth-child(2) img {
    height: 40px;
    margin: 20px 0;
}

.blockreassurance > .row .col-md-4:nth-child(2) {
    padding: 0;
}

.blockreassurance > .row .col-md-4:nth-child(2) .bordered {
    border-left: 3px solid #004667;
    border-right: 3px solid #004667;
    width: 100%;
    text-align: center;
}

@media (max-width:991px) {
    .blockreassurance {
        text-align:left;
    }
    .blockreassurance .block-icon {
        display: inline-block;
        height: 35px;
        float: left;
        width: 35px;
    }
    .blockreassurance .block-icon img,
    .blockreassurance .block-icon svg {
        height: 35px;
        width: auto;
    }
    .blockreassurance .block-title {
        display: inline-block;
        height: 35px;
        max-width: calc(100% - 55px);
        padding-top: 50px;
    }

    .blockreassurance .bordered {
        height: 100%;
    }

    .blockreassurance > .row .col-md-4:nth-child(2) .bordered {
        border: none;
    }

    .blockreassurance > .row {
        margin: 0;
    }
}

.blockreassurance_product {
    margin-top: 25px;
}

.blockreassurance_product .item-product {
    display: inline-block;
    height: 35px;
    float: left;
    margin-right: 5px;
    padding-top: 5px;
    width: 35px;
}

.blockreassurance_product .item-product img,
.blockreassurance_product .item-product svg {
    height: 35px;
    width: 35px;
}

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

/* Specific Checkout */
body#checkout .container-blockreassurance {
    min-height: auto;
}
