/**
 * pe_title_2coldesc_iconboxes_lite.css - icon-box grid styles.
 * Linked by the block. Ported from pe_lowcode.css, scoped under .pe_t2dib.
 */
.pe_t2dib .s7_item_box {
   border-radius: 5px;
   background: #0079E20D;
}
.pe_t2dib .s7_item_box .d-flex {
   column-gap: 15px;
}
/* equal box heights per row regardless of content length */
.pe_t2dib .pe_t2dib_items > .col {
   display: flex;
}
.pe_t2dib .pe_t2dib_items .s7_item_box {
   width: 100%;
}
