
/*Icons boxes*/
.icon-boxes-lock {
    max-width: 100% !important;
    padding: 50px 0;
    background: #F2F2F2 0% 0% no-repeat padding-box;
    text-align: center;
}

div[id^="icon-boxes_block_"] .ib-section {
    max-width: 1200px;
    margin: 0 auto;
}

.ib-box {
    max-width: 300px;
    background-color: #fff;
    padding: 20px;
}

.ib-section-boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    margin-top: 50px;
}

.ib-box-icon {
    display: flex;
    align-items: center;
}

.ib-section-text h3 {
    font: normal normal bold 30px/41px 'OpenSans_bold';
}

.ib-box-icon img {
    margin-right: 16px;
}

.ib-box-text p {
    text-align: left;
}

@media only screen and (max-width: 999px) {

    .ib-section-text {
        text-align: left;
        margin-left: 12px;
        padding-right: 8px;
    }

    .ib-section-boxes {
        margin-top: 24px;
    }

    .ib-section-text h3 {
        font: normal normal bold 27px/37px 'OpenSans_bold';

    }

    .entry-content div[id^="icon-boxes_block_"] {

        padding: 24px 16px;

    }

    .ib-box {
        max-width: 345px;
    }
}

/*Icons boxes end*/